[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3722-gd7a50f1

Karolin Seeger kseeger at samba.org
Thu Aug 14 15:35:51 GMT 2008


The branch, v3-3-test has been updated
       via  d7a50f1b22f5ccc5d027f8c2eeb73fa335d49f81 (commit)
      from  4a4e90a3872d34791de43c3849c60e2f4e713d47 (commit)

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


- Log -----------------------------------------------------------------
commit d7a50f1b22f5ccc5d027f8c2eeb73fa335d49f81
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
    (cherry picked from commit 250f5a40d6e80305220d7cdc6a8f8459d8d0de74)

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

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