From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15325 invoked by alias); 21 Mar 2008 04:12:55 -0000 Received: (qmail 15296 invoked by uid 9702); 21 Mar 2008 04:12:55 -0000 Date: Fri, 21 Mar 2008 04:12:00 -0000 Message-ID: <20080321041255.15281.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. gfs-kernel_0_1_22-92-g99a0f20 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f61b7891dfeab418bd1a20a12f084e848df335fc X-Git-Newrev: 99a0f20cc084fbf5be602db8be24b67a1e9ab6ac Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00358.txt.bz2 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 Date: Fri Mar 21 05:11:55 2008 +0100 [CMAN] Fix building when -DDEBUG is not specified Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- 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