mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
smbspool: Fix printing on port 139.
This one was introduced with8eff35bc
. Thanks to Noèl Köthe for tracking that down! Karolin (This used to be commit250f5a40d6
)
This commit is contained in:
parent
06ad4dc625
commit
0d64a3b46d
@ -233,7 +233,7 @@ main(int argc, /* I - Number of command-line arguments */
|
||||
|
||||
port = atoi(sep);
|
||||
} else {
|
||||
port = 445;
|
||||
port = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user