1
0
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:
Andrew Tridgell 1999-04-17 14:13:06 +00:00
parent 388a408a73
commit 4c5c9d6734

View File

@ -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"));