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

Karolin Seeger kseeger at samba.org
Thu Aug 14 15:39:45 GMT 2008


The branch, v3-2-test has been updated
       via  8e4f9b935f57f73c0f1a653ac02b59677c1192d1 (commit)
      from  e233cdeb16e635260197e30528eef20d29678052 (commit)

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


- Log -----------------------------------------------------------------
commit 8e4f9b935f57f73c0f1a653ac02b59677c1192d1
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)
    (cherry picked from commit d7a50f1b22f5ccc5d027f8c2eeb73fa335d49f81)
    (cherry picked from commit 50d6d617e5b76c3566b719dffe0058c5a0599dd0)

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

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