active = FALSE when not active !

This commit is contained in:
Dana Jansens 2008-01-16 01:16:47 -05:00
parent ff78d28f8b
commit cafba3acf3

View file

@ -148,7 +148,7 @@ static void ping_end(ObClient *client, gpointer data)
/* stop listening if we're not waiting for any more pings */
if (!ping_targets) {
active = TRUE;
active = FALSE;
client_remove_destroy_notify(ping_end);
}
}