libsystemd : Fixed a bug of sd_get_active_uids
authorwchang kim <wchang.kim@samsung.com>
Wed, 23 Nov 2016 05:13:51 +0000 (14:13 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 24 Feb 2017 15:08:18 +0000 (16:08 +0100)
commit3b8cc9dfad677787156752759fe35b20188128b3
treec5914b4025c6ce6a3fe75d243b93964c7b843475
parenta8d9b76ea721bc16510c9b687b66c216e186a195
libsystemd : Fixed a bug of sd_get_active_uids
sd_get_active_uids returns the number of normal active users.
But the condition of normal user range is wrong.

Change-Id: I7f2ab1ce7dfe5552f8a0d73cc374df56b78e3a3e
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
src/libsystemd/sd-login/sd-login.c