diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-24 22:55:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-24 22:55:39 +0200 |
commit | 21c390ccd1b4f7bc962c16549df929ad518a1d37 (patch) | |
tree | 68458572b17f28cd20ea560216f0eea668cefddc /src/logind.h | |
parent | 0771475394887e3635e67196fa6f56486fa2126c (diff) |
logind: properly handle if two session with identical loginuids are attempted to be created
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/logind.h b/src/logind.h index 2b9b702f3d..d8674e7511 100644 --- a/src/logind.h +++ b/src/logind.h @@ -40,7 +40,6 @@ * 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 |