diff options
author | Jeremy Allison <jra@samba.org> | 2002-06-14 17:37:05 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-06-14 17:37:05 +0000 |
commit | d8b685ea2743291593bff0886f29f7359273f39a (patch) | |
tree | 510954d899eb9d31c0ffa64197bc2af19fb13f0c /source3/param | |
parent | e69fba09846f9bfd1564c4c684bb5d4fc059b02d (diff) | |
download | samba-d8b685ea2743291593bff0886f29f7359273f39a.tar.gz samba-d8b685ea2743291593bff0886f29f7359273f39a.tar.bz2 samba-d8b685ea2743291593bff0886f29f7359273f39a.zip |
Merge of csc termination fix.
Jeremy.
(This used to be commit 1f46dc9cbf7f2da2865ae2e10146d5976ed801ea)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index ed0656ed5f..e9ded3fb4a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -622,7 +622,8 @@ static struct enum_list enum_csc_policy[] = { {CSC_POLICY_MANUAL, "manual"}, {CSC_POLICY_DOCUMENTS, "documents"}, {CSC_POLICY_PROGRAMS, "programs"}, - {CSC_POLICY_DISABLE, "disable"} + {CSC_POLICY_DISABLE, "disable"}, + {-1, NULL} }; /* |