mirror of
https://github.com/samba-team/samba.git
synced 2025-09-07 21:44:22 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user