aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-26 17:02:09 +0200
committerJelmer Vernooij <jelmer@samba.org>2006-05-26 17:02:09 +0200
commit1cda4f348372a755d99b291e6f4f9973a949f441 (patch)
treeb5d988af92addd04a3fb3c9f2b4c30cb02d95cc1 /ipc.c
parenteecccf1230639dc883c5687b442a89df89040ae2 (diff)
Fix some unresolved symbols.
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc.c b/ipc.c
index a9f3ea34..c926197f 100644
--- a/ipc.c
+++ b/ipc.c
@@ -527,7 +527,11 @@ int ipc_master_listen_socket()
return 1;
}
#else
+int ipc_master_listen_socket()
+{
/* FIXME: Open named pipe \\.\BITLBEE */
+ return 0;
+}
#endif
int ipc_master_load_state()