diff options
Diffstat (limited to 'src/plugins/daemon/daemon.c')
-rw-r--r-- | src/plugins/daemon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/daemon/daemon.c b/src/plugins/daemon/daemon.c index 4004f3f4..27b95cfd 100644 --- a/src/plugins/daemon/daemon.c +++ b/src/plugins/daemon/daemon.c | |||
@@ -56,7 +56,7 @@ static void * updateAppModelSafe(void * unused) { | |||
56 | G_TYPE_STRING); | 56 | G_TYPE_STRING); |
57 | apps = NULL; | 57 | apps = NULL; |
58 | sock = client_connection_create(ectx, cfg); | 58 | sock = client_connection_create(ectx, cfg); |
59 | if (sock != NULL) | 59 | if (sock != NULL) |
60 | apps = getConfigurationOptionValue(sock, | 60 | apps = getConfigurationOptionValue(sock, |
61 | "GNUNETD", | 61 | "GNUNETD", |
62 | "APPLICATIONS"); | 62 | "APPLICATIONS"); |