From 8f5fa6871fbc469836077201b2ad5b9d661e545f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 29 Jan 2002 05:34:16 +0000 Subject: Doc. (This used to be commit 91e8cb76628e9fcc5dc117d98d464b26db71654e) --- source3/client/client.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/client') 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 */ -- cgit