The branch, v3-3-stable has been updated
       via  50d6d617e5b76c3566b719dffe0058c5a0599dd0 (commit)
      from  423cc3ef27511592b960d3cc4020ef4c8fd9c75f (commit)

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


- Log -----------------------------------------------------------------
commit 50d6d617e5b76c3566b719dffe0058c5a0599dd0
Author: Karolin Seeger <[EMAIL PROTECTED]>
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)

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

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

Reply via email to