Skip to content

Commit

Permalink
Fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 18, 2014
1 parent 5ee56a4 commit a2e2acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/conffile.c
Expand Up @@ -2345,7 +2345,7 @@ CONF_SECTION *cf_section_sub_find(CONF_SECTION const *cs, char const *name)
{
CONF_SECTION mycs;

if (!cs || name) return NULL; /* can't find an un-named section */
if (!cs || !name) return NULL; /* can't find an un-named section */

/*
* No sub-sections have been defined, so none exist.
Expand Down

0 comments on commit a2e2acb

Please sign in to comment.