chiark / gitweb /
logind: VT_GETSTATE "cannot return state for more than 16 VTs" (#6625)
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Wed, 30 Aug 2017 15:06:12 +0000 (16:06 +0100)
committerSven Eden <yamakuzure@gmx.net>
Mon, 25 Sep 2017 12:36:07 +0000 (14:36 +0200)
commit2605b42dd5331182f30f46362bf171262d0006ee
treeb47eca388fa2eceb5c1f6a96159f8643547b1274
parent6f3436beda61eed90f699c3c247ddd587be8076e
logind: VT_GETSTATE "cannot return state for more than 16 VTs" (#6625)

`vt_is_busy(16)` would always return FALSE.  So we could have started
autovt@16.service even when VT 16 was already being used for something.
src/login/logind-core.c
src/login/logind.h