add a clear() that might be needed in case a process isn't HUPable and we
ask the user if he wants to SIGTERM it git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@183 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
f6f3c63752
commit
282721fc0b
|
@ -1375,6 +1375,7 @@ purge_stale_locks (void)
|
|||
firsttime = 0;
|
||||
}
|
||||
|
||||
clear ();
|
||||
refresh ();
|
||||
|
||||
pid = atoi (buf);
|
||||
|
|
Loading…
Reference in New Issue