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 | 189cf0d3a024cabf80c05b33461d0789ceb6e37d (patch) | |
tree | 6fe8912676141ca28a6e84b97264d45a4353221b /source3/param/loadparm.c | |
parent | c825d75439cf1afa87e3a1da96d8229f01033acb (diff) | |
download | samba-189cf0d3a024cabf80c05b33461d0789ceb6e37d.tar.gz samba-189cf0d3a024cabf80c05b33461d0789ceb6e37d.tar.bz2 samba-189cf0d3a024cabf80c05b33461d0789ceb6e37d.zip |
fixed typo
(This used to be commit bef729741e5151574710286f7406852981580945)
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8b1c9494a3..80c9411fb0 100644 --- a/source3/param/loadparm.c +++ b/source3/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}, |