From 4c5c9d6734786c7cc3ed2d03e66f7ae586e8f610 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 17 Apr 1999 14:13:06 +0000 Subject: open_socket_in() takes a different number of parameters in the head branch. We need that merge soon! (This used to be commit 5fb06c603efe08ea64da602de848b79fea6505c0) --- source3/utils/smbfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/smbfilter.c b/source3/utils/smbfilter.c index 81b10e4519..4f6420c767 100644 --- a/source3/utils/smbfilter.c +++ b/source3/utils/smbfilter.c @@ -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")); -- cgit