summaryrefslogtreecommitdiff
path: root/src/user.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-05-31 15:09:06 -0400
committerRay Strode <rstrode@redhat.com>2012-05-31 15:09:06 -0400
commit83cdebce0402c240a36be1588a171c28081da83e (patch)
tree63ac026344981ffee64d522cdb956cba969049d4 /src/user.c
parent3595d383c2d1812cdfb631ea55b7a7210067cc15 (diff)
daemon: fix build
I was calling a method exported by the bus, but not available to daemon.c from daemon.c
Diffstat (limited to 'src/user.c')
-rw-r--r--src/user.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user.c b/src/user.c
index ed32e4b..55c238d 100644
--- a/src/user.c
+++ b/src/user.c
@@ -469,6 +469,12 @@ user_local_get_user_name (User *user)
return user->user_name;
}
+gboolean
+user_local_get_system_account (User *user)
+{
+ return user->system_account;
+}
+
const gchar *
user_local_get_object_path (User *user)
{