dtsession: don't exit while processing your own session exit event.
Setup a global that protects against accidentally exiting while doing session exit related housekeeping.
This commit is contained in:
@@ -336,6 +336,9 @@ typedef struct
|
||||
specific display, otherwise False */
|
||||
Boolean loggingOut; /* Is True if the current save is for
|
||||
a logout; False otherwise. */
|
||||
|
||||
Boolean ExitComplete; /* JET - don't exit before we are ready... */
|
||||
|
||||
} GeneralData;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user