r24602: Add function lp_string_is_valid_boolean() to check if a string
authorMichael Adam <obnox@samba.org>
Tue, 21 Aug 2007 14:47:15 +0000 (14:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:09 +0000 (12:30 -0500)
commitd13eaa60f504987445b7333ef6972491c9483e6a
treee4e87c78d36976a34a7c7a7844ade55a4b3caf2c
parent12cb06d6ad73c37b9ee4bdf31f88dd3ce8cc3935
r24602: Add function lp_string_is_valid_boolean() to check if a string
contains a correct representation of a boolean value (in the
understanding of loadparm.c).

Make set_boolean() catch passing NULL for the boolean target.

Michael
source/param/loadparm.c