Always return a value.
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
0ded1638ba
commit
1bc5dd3efc
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ char *NCONF_get_string(CONF *conf,char *group,char *name)
|
|||
CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
long NCONF_get_number(CONF *conf,char *group,char *name)
|
||||
|
|
Loading…
Reference in a new issue