login: correct comment in session_device_free()
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Tue, 6 Mar 2018 20:16:10 +0000 (20:16 +0000)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Thu, 8 Mar 2018 15:01:46 +0000 (15:01 +0000)
commita94c162021bbb0d6065b433040cef693d76162cb
tree8ff18b4cff484642304f1eb2bab09bcda851b61e
parentf8f9419e8765dd427301fa479fb014c5f92250ed
login: correct comment in session_device_free()

We're not removing the pushed fd "again"; this is the only place
logind removes it from PID1.  (And stopping the fd doesn't always
cause PID1 to remove the fd itself; it depends on the device type).
src/login/logind-session-device.c