smbd:dir: remove an extra empty line in files_below_forall()
authorMichael Adam <obnox@samba.org>
Tue, 24 Nov 2015 10:30:05 +0000 (11:30 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 24 Nov 2015 14:59:47 +0000 (15:59 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Nov 24 15:59:47 CET 2015 on sn-devel-104

source3/smbd/dir.c

index 3f99f883cf91f37152f92a5c66994bf69fbb29da..09723404e11f4a4382584b5acb916e19cf0c492b 100644 (file)
@@ -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);