Doc.
authorMartin Pool <mbp@samba.org>
Tue, 29 Jan 2002 05:34:16 +0000 (05:34 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 29 Jan 2002 05:34:16 +0000 (05:34 +0000)
(This used to be commit 91e8cb76628e9fcc5dc117d98d464b26db71654e)

source3/client/client.c

index 9e9135f2d6bb8894ec2448b0697a54357a502541..1e8d42d0b61b2b5d8cdb42c8eb7edaf22c4e99f4 100644 (file)
@@ -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 */