[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Sat Aug 20 07:42:04 UTC 2016


The branch, master has been updated
       via  a2086e9 lib: Cleanup includes in messages_dgm
       via  d203dfb tevent: Fix a typo
      from  57a54af s3: smbclient: In order to get shadow copy data over SMB1 we must call cli_shadow_copy_data() twice.

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


- Log -----------------------------------------------------------------
commit a2086e9973759c055ea5a3d10c5f822bb5310fef
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Aug 18 22:00:06 2016 +0200

    lib: Cleanup includes in messages_dgm
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Sat Aug 20 09:41:33 CEST 2016 on sn-devel-144

commit d203dfbfe42b430468000e893c14fe752f447e9c
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Aug 19 16:18:56 2016 +0200

    tevent: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

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

Summary of changes:
 lib/tevent/tevent_queue.c  | 2 +-
 source3/lib/messages_dgm.c | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent_queue.c b/lib/tevent/tevent_queue.c
index cefe91a..5516c6c 100644
--- a/lib/tevent/tevent_queue.c
+++ b/lib/tevent/tevent_queue.c
@@ -187,7 +187,7 @@ static struct tevent_queue_entry *tevent_queue_add_internal(
 
 	if (req->async.fn != NULL) {
 		/*
-		 * If the callers wants to optimize for the
+		 * If the caller wants to optimize for the
 		 * empty queue case, call the trigger only
 		 * if there is no callback defined for the
 		 * request yet.
diff --git a/source3/lib/messages_dgm.c b/source3/lib/messages_dgm.c
index a802882..744e273 100644
--- a/source3/lib/messages_dgm.c
+++ b/source3/lib/messages_dgm.c
@@ -20,15 +20,11 @@
 #include "replace.h"
 #include "system/network.h"
 #include "system/filesys.h"
-#include <dirent.h>
-#include "lib/util/data_blob.h"
+#include "system/dir.h"
 #include "lib/util/debug.h"
 #include "lib/unix_msg/unix_msg.h"
-#include "system/filesys.h"
 #include "lib/messages_dgm.h"
-#include "lib/param/param.h"
 #include "poll_funcs/poll_funcs_tevent.h"
-#include "unix_msg/unix_msg.h"
 #include "lib/util/genrand.h"
 
 struct sun_path_buf {


-- 
Samba Shared Repository



More information about the samba-cvs mailing list