mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
open_socket_in() takes a different number of parameters in the head
branch. We need that merge soon!
(This used to be commit 5fb06c603e
)
This commit is contained in:
parent
388a408a73
commit
4c5c9d6734
@ -159,7 +159,7 @@ static void start_filter(char *desthost)
|
||||
CatchChild();
|
||||
|
||||
/* start listening on port 139 locally */
|
||||
s = open_socket_in(SOCK_STREAM, 139, 0, 0, True);
|
||||
s = open_socket_in(SOCK_STREAM, 139, 0, 0);
|
||||
|
||||
if (s == -1) {
|
||||
DEBUG(0,("bind failed\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user