diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-08-13 21:27:55 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-08-14 17:32:26 +0200 |
commit | 0d64a3b46dfabff26461b60e9d5e2c7fb1df9c54 (patch) | |
tree | 4a220da19eea4f3c13792ab7008cf091e5dbe02e /source3/client | |
parent | 06ad4dc625a91b0d94fce5f45349b68f093d7c9a (diff) | |
download | samba-0d64a3b46dfabff26461b60e9d5e2c7fb1df9c54.tar.gz samba-0d64a3b46dfabff26461b60e9d5e2c7fb1df9c54.tar.bz2 samba-0d64a3b46dfabff26461b60e9d5e2c7fb1df9c54.zip |
smbspool: Fix printing on port 139.
This one was introduced with 8eff35bc.
Thanks to Noèl Köthe for tracking that down!
Karolin
(This used to be commit 250f5a40d6e80305220d7cdc6a8f8459d8d0de74)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/smbspool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index f35a9d3003..4a173714fe 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -233,7 +233,7 @@ main(int argc, /* I - Number of command-line arguments */ port = atoi(sep); } else { - port = 445; + port = 0; } /* |