r19395: Fix replacement function compilation.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 18 Oct 2006 16:40:55 +0000 (16:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:24 +0000 (14:21 -0500)
(This used to be commit b79303f25180c777d9d09b2cdf852bf0a5eda70d)

source4/lib/replace/replace.c

index 83d7948dfb295d17ab1124e6d09cdd1eebd7eec4..9e6c75bd3587a8bb1f3c7731701992d1c9561c0c 100644 (file)
@@ -608,6 +608,6 @@ int rep_socketpair(int d, int type, int protocol, int sv[2])
                return -1;
        }
 
-       return pipe(sock);
+       return pipe(sv);
 }
 #endif