active = FALSE when not active !
This commit is contained in:
parent
ff78d28f8b
commit
cafba3acf3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue