diff options
author | Simo Sorce <idra@samba.org> | 2009-01-06 18:17:40 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-06 18:17:40 -0500 |
commit | 8117e8593d8ea6acdcd986119739c559670f8f66 (patch) | |
tree | b9d2a21947d94b406ec196f0b778267013bffb73 /server | |
parent | ed5d21a3e977fbb48a61ee48ef6edd14bc28aeff (diff) | |
download | sssd-8117e8593d8ea6acdcd986119739c559670f8f66.tar.gz sssd-8117e8593d8ea6acdcd986119739c559670f8f66.tar.bz2 sssd-8117e8593d8ea6acdcd986119739c559670f8f66.zip |
fix typo
Diffstat (limited to 'server')
-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) { |