1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Bug 7551: Return error of cli_push when 'put - /some/file' is used

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Sep 29 23:47:02 CEST 2011 on sn-devel-104
This commit is contained in:
Bram 2011-09-29 11:28:03 +02:00 committed by Jeremy Allison
parent 8daf9df514
commit d883cc664c

View File

@ -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;