aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc.c b/ipc.c
index 1a382f9b..18d3284e 100644
--- a/ipc.c
+++ b/ipc.c
@@ -570,5 +570,6 @@ int ipc_master_load_state()
ipc_to_children_str( "HELLO\r\n" );
ipc_to_children_str( "OPERMSG :New BitlBee master process started (version " BITLBEE_VERSION ")\r\n" );
+ fclose( fp );
return 1;
}