mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r17210: I wonder how I missed this, build farm caught it.
This commit is contained in:
parent
15b8fafb99
commit
e0af5cf51d
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user