diff options
Diffstat (limited to 'server/monitor.c')
-rw-r--r-- | server/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor.c b/server/monitor.c index 2297957e..206bbb86 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) { |