[SCM] CTDB repository - branch master updated - 0ad22de1a614dc2d1926546027be5f5eea3381ed

Ronnie Sahlberg sahlberg at samba.org
Thu Apr 10 00:58:20 GMT 2008


The branch, master has been updated
       via  0ad22de1a614dc2d1926546027be5f5eea3381ed (commit)
      from  f6409b19972fa94257af9aa51def539f639bc226 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0ad22de1a614dc2d1926546027be5f5eea3381ed
Author: Ronnie Sahlberg <sahlberg at samba.org>
Date:   Thu Apr 10 09:56:49 2008 +1000

    fix compiler warning during a fatal error failing to lock down the socket

-----------------------------------------------------------------------

Summary of changes:
 server/ctdb_daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_daemon.c b/server/ctdb_daemon.c
index 24314e9..93af56c 100644
--- a/server/ctdb_daemon.c
+++ b/server/ctdb_daemon.c
@@ -596,7 +596,7 @@ static int ux_socket_bind(struct ctdb_context *ctdb)
 
 	if (chown(ctdb->daemon.name, geteuid(), getegid()) != 0 ||
 	    chmod(ctdb->daemon.name, 0700) != 0) {
-		DEBUG(DEBUG_CRIT,("Unable to secure ctdb socket '%s', ctdb->daemon.name\n"));
+		DEBUG(DEBUG_CRIT,("Unable to secure ctdb socket '%s', ctdb->daemon.name\n", ctdb->daemon.name));
 		goto failed;
 	} 
 


-- 
CTDB repository


More information about the samba-cvs mailing list