[PATCH] smbspool: Try to fix printing on port 139.

Karolin Seeger kseeger at samba.org
Wed Aug 13 19:27:55 UTC 2008


Karolin
---
 source/client/smbspool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source/client/smbspool.c b/source/client/smbspool.c
index f35a9d3..4a17371 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;
 	}
 
 	/*
-- 
1.5.4.4


--PEIAKu/WMn1b1Hv9--



More information about the Pkg-samba-maint mailing list