Skip to content

Commit

Permalink
Fixed typo as per patch from Darcy
Browse files Browse the repository at this point in the history
Jan
  • Loading branch information
Jan Wieck authored and Jan Wieck committed Jun 23, 2005
1 parent a22e3bd commit 09e8358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slon/confoptions.c
Expand Up @@ -253,7 +253,7 @@ parse_bool(const char *value, bool * result)
*result = true;
}
}
else if (strncasecmp(value, "o", len) == 0)
else if (strncasecmp(value, "0", len) == 0)
{
if (result)
{
Expand Down

0 comments on commit 09e8358

Please sign in to comment.