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:
parent
8daf9df514
commit
d883cc664c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user