[SCM] Samba Shared Repository - branch master updated

Martin Schwenke martins at samba.org
Sat Apr 2 04:05:03 UTC 2016


The branch, master has been updated
       via  0da76c9 lib:replace: Missing semicolon on function definition.
      from  f777ca3 Bug 11818 : obvious missing word When trying to demote a dc, 'remove_dc.remove_sysvol_references' is sent 'remote_samdb, dc_name' , it expects 'remote_samdb, logger, dc_name'

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


- Log -----------------------------------------------------------------
commit 0da76c9ab8eca25ef94adf8a77b5e274029bae11
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Apr 1 16:44:21 2016 -0700

    lib:replace: Missing semicolon on function definition.
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Martin Schwenke <martins at samba.org>
    Autobuild-Date(master): Sat Apr  2 06:04:13 CEST 2016 on sn-devel-144

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

Summary of changes:
 lib/replace/system/wait.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/system/wait.h b/lib/replace/system/wait.h
index 146c61a..1f5fcd9 100644
--- a/lib/replace/system/wait.h
+++ b/lib/replace/system/wait.h
@@ -49,7 +49,7 @@ typedef int sig_atomic_t;
 #endif
 
 #if !defined(HAVE_WAITPID) && defined(HAVE_WAIT4)
-int rep_waitpid(pid_t pid,int *status,int options)
+int rep_waitpid(pid_t pid,int *status,int options);
 #endif
 
 #endif


-- 
Samba Shared Repository



More information about the samba-cvs mailing list