oops, the vDel was still in there

This commit is contained in:
psyc://psyced.org/~lynX 2009-04-05 12:57:11 +02:00
parent 4dbfd9a0f4
commit c8ff29e4d2

View File

@ -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();