diff options
author | Martin Pool <mbp@samba.org> | 2002-01-29 05:34:16 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-29 05:34:16 +0000 |
commit | 8f5fa6871fbc469836077201b2ad5b9d661e545f (patch) | |
tree | 601b649ed1b9b7d91e264496691feb0ad1389b59 /source3/client | |
parent | 15f2c69c4f0a33134319da482b90737e4a35ad92 (diff) | |
download | samba-8f5fa6871fbc469836077201b2ad5b9d661e545f.tar.gz samba-8f5fa6871fbc469836077201b2ad5b9d661e545f.tar.bz2 samba-8f5fa6871fbc469836077201b2ad5b9d661e545f.zip |
Doc.
(This used to be commit 91e8cb76628e9fcc5dc117d98d464b26db71654e)
Diffstat (limited to 'source3/client')
-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 */ |