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

Fix return code.

(This used to be commit 98b6433660)
This commit is contained in:
Charles 2008-03-09 19:52:29 +01:00 committed by Jelmer Vernooij
parent acc63121ac
commit ad7c3455ff

View File

@ -319,7 +319,7 @@ static int smb_download_file(const char *base, const char *name, int recursive,
fprintf(stderr, "Can't open %s : %s\n", newpath,
strerror(errno));
smbc_close(remotehandle);
return 1;
return 0;
}
/* no offset */
} else if(!send_stdout) {