Skip to content

Commit

Permalink
fixed a tiny typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Oct 22, 1999
1 parent a5979a7 commit 466a6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kame/kame/bgpd/parse.c
Expand Up @@ -740,7 +740,7 @@ conf_check(char *filename)
== 0) {
rip_use_sitelocal = 1;
i += strlen(sysatom[C_YES]);
} else if (strncasecmp(&buf[i], sysatom[C_YES],
} else if (strncasecmp(&buf[i], sysatom[C_NO],
strlen(sysatom[C_NO])) == 0) {
rip_use_sitelocal = 0;
i += strlen(sysatom[C_NO]);
Expand Down

0 comments on commit 466a6a0

Please sign in to comment.