[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Tue Nov 24 15:00:05 UTC 2015


The branch, master has been updated
       via  9883599 smbd:dir: remove an extra empty line in files_below_forall()
      from  3b2ae07 build:wafsamba: Ensure that check_group_ordering can be overridden

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


- Log -----------------------------------------------------------------
commit 9883599fc94fbf7a490fd773e6661613bf4d6ba8
Author: Michael Adam <obnox at samba.org>
Date:   Tue Nov 24 11:30:05 2015 +0100

    smbd:dir: remove an extra empty line in files_below_forall()
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Tue Nov 24 15:59:47 CET 2015 on sn-devel-104

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

Summary of changes:
 source3/smbd/dir.c | 1 -
 1 file changed, 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c
index 3f99f88..0972340 100644
--- a/source3/smbd/dir.c
+++ b/source3/smbd/dir.c
@@ -1940,7 +1940,6 @@ static int files_below_forall(connection_struct *conn,
 					  &state.dirpath, &to_free);
 	if (state.dirpath_len == -1) {
 		return -1;
-
 	}
 
 	ret = share_mode_forall(files_below_forall_fn, &state);


-- 
Samba Shared Repository



More information about the samba-cvs mailing list