diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:09 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:09 +0200 |
commit | 1cda4f348372a755d99b291e6f4f9973a949f441 (patch) | |
tree | b5d988af92addd04a3fb3c9f2b4c30cb02d95cc1 /ipc.c | |
parent | eecccf1230639dc883c5687b442a89df89040ae2 (diff) |
Fix some unresolved symbols.
Diffstat (limited to 'ipc.c')
-rw-r--r-- | ipc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |