[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3728-g250f5a4

Karolin Seeger kseeger at samba.org
Thu Aug 14 15:34:52 GMT 2008


The branch, v3-devel has been updated
       via  250f5a40d6e80305220d7cdc6a8f8459d8d0de74 (commit)
      from  c542307b7484df4adb9269f4bb99fa55d5dc48b8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit 250f5a40d6e80305220d7cdc6a8f8459d8d0de74
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Aug 13 21:27:55 2008 +0200

    smbspool: Fix printing on port 139.
    
    This one was introduced with 8eff35bc.
    Thanks to Noèl Köthe for tracking that down!
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/client/smbspool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

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;
 	}
 
 	/*


-- 
Samba Shared Repository


More information about the samba-cvs mailing list