diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/client.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 9e9135f2d6..1e8d42d0b6 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1064,7 +1064,10 @@ static int do_put(char *rname,char *lname) } /* allow files to be piped into smbclient - jdblair 24.jun.98 */ + jdblair 24.jun.98 + + Note that in this case this function will exit(0) rather + than returning. */ if (!strcmp(lname, "-")) { f = x_stdin; /* size of file is not known */ |