[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Sat Oct 8 12:17:47 MDT 2011


The branch, v3-6-test has been updated
       via  04d31e6 Bug 7551: Return error of cli_push when 'put - /some/file' is used
      from  928523b Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 04d31e65ee5e6552e806b342eb32af264661a7bc
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
    (cherry picked from commit d883cc664cac81633a60e5b04f99f23a3577ae65)

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

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 b94893d..e5426c6 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -1913,7 +1913,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