diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-24 20:46:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-24 20:46:22 +0200 |
commit | 0771475394887e3635e67196fa6f56486fa2126c (patch) | |
tree | 4b76b1dc07f69f28fe9248a58277429f3f35ae87 /src/logind.h | |
parent | 1713813de365486617ab87899f950e9b6ec928ef (diff) |
logind: when generating session ids with a counter, retry if session is already allocated
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logind.h b/src/logind.h index d8674e7511..2b9b702f3d 100644 --- a/src/logind.h +++ b/src/logind.h @@ -40,6 +40,7 @@ * subscribe to fd HUP * D-Bus method: AttachDevice(seat, device); * D-Bus method: PermitLinger(user, bool b); + * properly handle if two sessions with the same loginuid are attempted to be created * * non-local X11 server * reboot/shutdown halt management |