[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Sep 29 15:48:02 MDT 2011


The branch, master has been updated
       via  d883cc6 Bug 7551: Return error of cli_push when 'put - /some/file' is used
      from  8daf9df s3:smb2cli: fix the num_expected == 0 logic in smb2cli_req_recv()

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


- Log -----------------------------------------------------------------
commit d883cc664cac81633a60e5b04f99f23a3577ae65
Author: Bram <fnzon at lists.wizbit.be>
Date:   Thu Sep 29 11:28:03 2011 +0200

    Bug 7551: Return error of cli_push when 'put - /some/file' is used
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Thu Sep 29 23:47:02 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/client/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/client/client.c b/source3/client/client.c
index 30f8b8b..beb3dca 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -1948,7 +1948,7 @@ static int do_put(const char *rname, const char *lname, bool reput)
 
 	if (f == x_stdin) {
 		cli_shutdown(cli);
-		exit(0);
+		exit(rc);
 	}
 
 	return rc;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list