[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Sep 24 22:39:02 MDT 2012


The branch, master has been updated
       via  6749cfb replace: Avoid returning value in void setproctitle() replacement.
      from  322654d We now pass "samba3.raw.acls.generic" and "samba3.smb2.acls.GENERIC" with the max access change.

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


- Log -----------------------------------------------------------------
commit 6749cfb418cd8e21df626c7144f1f4db3b6770e7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Sep 25 01:22:56 2012 +0200

    replace: Avoid returning value in void setproctitle() replacement.
    
    Autobuild-User(master): Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date(master): Tue Sep 25 06:38:40 CEST 2012 on sn-devel-104

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

Summary of changes:
 lib/replace/replace.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.c b/lib/replace/replace.c
index a0aa788..e461471 100644
--- a/lib/replace/replace.c
+++ b/lib/replace/replace.c
@@ -898,6 +898,5 @@ int rep_usleep(useconds_t sec)
 #ifndef HAVE_SETPROCTITLE
 void rep_setproctitle(const char *fmt, ...)
 {
-	return 0;
 }
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list