From d197ddd4c331d12c6b1d4d582a37c49768cba856 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 9 Jun 2005 07:45:29 +0000 Subject: r7423: Fix the build on sol10 (This used to be commit e8fde1bd92e8b19c8b5ce22f92cb048de773be1c) --- source3/nsswitch/winbindd_dual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index f8b802dafa..e1ed2d6763 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -563,7 +563,7 @@ static BOOL fork_domain_child(struct winbindd_child *child) struct winbindd_cli_state state; extern BOOL override_logfile; - if (socketpair(AF_LOCAL, SOCK_STREAM, 0, fdpair) != 0) { + if (socketpair(AF_UNIX, SOCK_STREAM, 0, fdpair) != 0) { DEBUG(0, ("Could not open child pipe: %s\n", strerror(errno))); return False; -- cgit