diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-19 17:34:41 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-19 17:34:41 +0100 |
commit | 2face6292c693afb45e5e04f87ba080931eb16c3 (patch) | |
tree | 60676ca503cd6bc610535fefe1490ddf48c337af /bitlbee.c | |
parent | 4c266f2d79212e4e0ff4b9b33088685a2ec452e4 (diff) | |
parent | 4c266f2d79212e4e0ff4b9b33088685a2ec452e4 (diff) |
A bit too much for one commit, but well: Client processes didn't clean up
some master structs (bitlbee_child list) yet, and added the IPC CLIENT
command to inform the master process about host- and nickname. Can be useful
later.
Diffstat (limited to 'bitlbee.c')
-rw-r--r-- | bitlbee.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -281,6 +281,8 @@ gboolean bitlbee_io_new_client( GIOChannel *source, GIOCondition condition, gpoi global.listen_watch_source_id = gaim_input_add( fds[1], GAIM_INPUT_READ, ipc_child_read, irc ); close( fds[0] ); + + ipc_master_free_all(); } } else |