diff options
author | Sumit Bose <sbose@redhat.com> | 2009-09-28 15:50:22 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-05 10:32:09 -0400 |
commit | b8dede30141cf87fb62aca918d04e411fac82946 (patch) | |
tree | 8a3eccfc11d96162d11e3fac165751fbcdc6f0b9 /server/monitor | |
parent | e3a794633b02411c3d3adc4443e98541f045f41a (diff) | |
download | sssd-b8dede30141cf87fb62aca918d04e411fac82946.tar.gz sssd-b8dede30141cf87fb62aca918d04e411fac82946.tar.bz2 sssd-b8dede30141cf87fb62aca918d04e411fac82946.zip |
add utility call check_and_open_readonly
Use this new utility call to ensure that the config file is safe
to read from.
Diffstat (limited to 'server/monitor')
-rw-r--r-- | server/monitor/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index 9972397e..ef91b6b6 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -2379,7 +2379,7 @@ int main(int argc, const char *argv[]) SSSD_MAIN_OPTS {"daemon", 'D', POPT_ARG_NONE, &opt_daemon, 0, \ "Become a daemon (default)", NULL }, \ - {"interactive", 'i', POPT_ARG_NONE, &opt_interactive, 0, \ + {"interactive", 'i', POPT_ARG_NONE, &opt_interactive, 0, \ "Run interactive (not a daemon)", NULL}, \ {"config", 'c', POPT_ARG_STRING, &opt_config_file, 0, \ "Specify a non-default config file", NULL}, \ |