summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-06 18:17:40 -0500
committerSimo Sorce <idra@samba.org>2009-01-06 18:17:40 -0500
commit8117e8593d8ea6acdcd986119739c559670f8f66 (patch)
treeb9d2a21947d94b406ec196f0b778267013bffb73
parented5d21a3e977fbb48a61ee48ef6edd14bc28aeff (diff)
downloadsssd-8117e8593d8ea6acdcd986119739c559670f8f66.tar.gz
sssd-8117e8593d8ea6acdcd986119739c559670f8f66.tar.xz
sssd-8117e8593d8ea6acdcd986119739c559670f8f66.zip
fix typo
-rw-r--r--server/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor.c b/server/monitor.c
index 2297957ea..206bbb86c 100644
--- a/server/monitor.c
+++ b/server/monitor.c
@@ -397,7 +397,7 @@ int monitor_process_init(TALLOC_CTX *mem_ctx,
continue;
}
- /* if no command is present to not run the domain */
+ /* if no command is present do not run the domain */
if (svc->command == NULL) {
/* the LOCAL domain does not need a backend at the moment */
if (strcasecmp(doms[i], "LOCAL") != 0) {