mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
oops, the vDel was still in there
This commit is contained in:
parent
4dbfd9a0f4
commit
c8ff29e4d2
1 changed files with 2 additions and 3 deletions
|
@ -2555,10 +2555,9 @@ quit(immediate, variant) {
|
|||
P3(("person:QUIT(%O,%O) in %O\n", immediate,variant, ME))
|
||||
// keeping services running while logging out should be possible.. but
|
||||
//linkDel(0);
|
||||
if (v("locations")) {
|
||||
if (sizeof(v("locations"))) {
|
||||
// the if should only trigger at first pass
|
||||
linkCleanUp();
|
||||
// so the if should only trigger at first pass
|
||||
vDel("locations");
|
||||
}
|
||||
if (immediate == 1 || (immediate && find_call_out(#'quit) != -1)) {
|
||||
rc = save();
|
||||
|
|
Loading…
Reference in a new issue