[SCM] Samba Shared Repository - branch v4-2-test updated

Karolin Seeger kseeger at samba.org
Sun Nov 9 15:31:06 MST 2014


The branch, v4-2-test has been updated
       via  5907060 s3:smbstatus: fix return value in print_share_mode()
      from  f2cb16e s3:smbd: fix file corruption using "write cache size != 0"

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-2-test


- Log -----------------------------------------------------------------
commit 5907060010a7155697ed51de69ee174f7e386e5a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Nov 5 20:27:06 2014 +0100

    s3:smbstatus: fix return value in print_share_mode()
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    (cherry picked from commit 5cb4a285690958c8349cb87d5d46d955df789ca4)
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=10911
    SMB2 leases are not yet supported.
    
    Autobuild-User(v4-2-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-2-test): Sun Nov  9 23:30:30 CET 2014 on sn-devel-104

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

Summary of changes:
 source3/utils/status.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/status.c b/source3/utils/status.c
index b589813..9cb4d8b 100644
--- a/source3/utils/status.c
+++ b/source3/utils/status.c
@@ -123,7 +123,7 @@ static int print_share_mode(const struct share_mode_entry *e,
 	static int count;
 
 	if (do_checks && !is_valid_share_mode_entry(e)) {
-		return;
+		return 0;
 	}
 
 	if (count==0) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list