From: Karolin Seeger Date: Wed, 13 Aug 2008 19:27:55 +0000 (+0200) Subject: smbspool: Fix printing on port 139. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=250f5a40d6e80305220d7cdc6a8f8459d8d0de74;p=thirdparty%2Fsamba.git smbspool: Fix printing on port 139. This one was introduced with 8eff35bc. Thanks to Noèl Köthe for tracking that down! Karolin --- diff --git a/source/client/smbspool.c b/source/client/smbspool.c index f35a9d3003e..4a173714fe8 100644 --- a/source/client/smbspool.c +++ b/source/client/smbspool.c @@ -233,7 +233,7 @@ main(int argc, /* I - Number of command-line arguments */ port = atoi(sep); } else { - port = 445; + port = 0; } /*