diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-10-12 08:55:24 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-13 14:03:34 -0400 |
commit | 00d9648150da524df2690392995804e69604bdc8 (patch) | |
tree | aa21d84868e666dc501091841408dc08c9b7bb94 | |
parent | 0ab357e3c9dc9cbadc808367db99908591942780 (diff) | |
download | sssd-00d9648150da524df2690392995804e69604bdc8.tar.gz sssd-00d9648150da524df2690392995804e69604bdc8.tar.bz2 sssd-00d9648150da524df2690392995804e69604bdc8.zip |
Fix services startup when only LOCAL is configured
-rw-r--r-- | server/monitor/monitor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index e5ee65a0..6c630671 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -2018,6 +2018,9 @@ int monitor_process_init(struct mt_ctx *ctx, } } else { int i; + + ctx->services_started = true; + /* No providers start services immediately * Normally this means only LOCAL is configured */ for (i = 0; ctx->services[i]; i++) { |