1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r17210: I wonder how I missed this, build farm caught it.

This commit is contained in:
Simo Sorce 2006-07-23 20:04:42 +00:00 committed by Gerald (Jerry) Carter
parent 15b8fafb99
commit e0af5cf51d

View File

@ -139,7 +139,7 @@ BOOL sclassic_bool_option(struct share_config *scfg, const char *opt_name, BOOL
if (strchr(opt_name, ':')) {
parm = talloc_strdup(scfg, opt_name);
if(!parm) {
return NULL;
return False;
}
val = strchr(parm, ':');
*val = '\0';