From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-92-g99a0f20
Date: 21 Mar 2008 04:12:55 -0000 [thread overview]
Message-ID: <20080321041255.15281.qmail@sourceware.org> (raw)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=99a0f20cc084fbf5be602db8be24b67a1e9ab6ac
The branch, master has been updated
via 99a0f20cc084fbf5be602db8be24b67a1e9ab6ac (commit)
from f61b7891dfeab418bd1a20a12f084e848df335fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 99a0f20cc084fbf5be602db8be24b67a1e9ab6ac
Author: Fabio M. Di Nitto <fabbione@fabbione.net>
Date: Fri Mar 21 05:11:55 2008 +0100
[CMAN] Fix building when -DDEBUG is not specified
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
-----------------------------------------------------------------------
Summary of changes:
cman/cman_tool/main.c | 3 ++-
cman/daemon/commands.c | 2 ++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/cman/cman_tool/main.c b/cman/cman_tool/main.c
index c916b7f..4ac0616 100644
--- a/cman/cman_tool/main.c
+++ b/cman/cman_tool/main.c
@@ -1061,8 +1061,9 @@ int main(int argc, char *argv[])
case OP_DUMP_OBJDB:
dump_objdb(&comline);
break;
- }
#endif
+ }
+
exit(EXIT_SUCCESS);
}
diff --git a/cman/daemon/commands.c b/cman/daemon/commands.c
index 5cbc012..c15f1a7 100644
--- a/cman/daemon/commands.c
+++ b/cman/daemon/commands.c
@@ -1230,7 +1230,9 @@ int process_command(struct connection *con, int cmd, char *cmdbuf,
struct cl_version cnxman_version;
char *outbuf = *retbuf;
int value;
+#ifdef DEBUG
FILE *dumpfile;
+#endif
P_MEMB("command to process is %x\n", cmd);
hooks/post-receive
--
Cluster Project
reply other threads:[~2008-03-21 4:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080321041255.15281.qmail@sourceware.org \
--to=fabbione@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).