diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-14 13:06:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-14 13:06:30 +0000 |
commit | bef729741e5151574710286f7406852981580945 (patch) | |
tree | a07cc6d4f5700398b6e429bca413d2c6488081a2 | |
parent | 6c61c50d4f9c94e38b5dbb43e013ce549c133500 (diff) | |
download | samba-bef729741e5151574710286f7406852981580945.tar.gz samba-bef729741e5151574710286f7406852981580945.tar.xz samba-bef729741e5151574710286f7406852981580945.zip |
fixed typo
-rw-r--r-- | source/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 8b1c9494a33..80c9411fb0e 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -969,7 +969,7 @@ static struct parm_struct parm_table[] = { #ifdef WITH_UTMP {"utmp directory", P_STRING, P_GLOBAL, &Globals.szUtmpDir, NULL, NULL, 0}, {"wtmp directory", P_STRING, P_GLOBAL, &Globals.szWtmpDir, NULL, NULL, 0}, - {"utmp"), P_BOOL, P_GLOBAL, &Globals.bUtmp, NULL, NULL, 0}, + {"utmp", P_BOOL, P_GLOBAL, &Globals.bUtmp, NULL, NULL, 0}, #endif {"default service", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, 0}, |