X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/cb5a8bf847ee265a0064d2cf0c1215abb8e1c14e..e658268b22a644cd066f8dbeaa75956dab50765c:/authd/reslib.c diff --git a/authd/reslib.c b/authd/reslib.c index b3b43726..7771da6c 100644 --- a/authd/reslib.c +++ b/authd/reslib.c @@ -243,9 +243,9 @@ parse_resvconf(void) if ((p = strpbrk(arg, " \t")) != NULL) *p = '\0'; /* take the first word */ - if (strcasecmp(opt, "domain") == 0) + if (rb_strcasecmp(opt, "domain") == 0) rb_strlcpy(irc_domain, arg, sizeof(irc_domain)); - else if (strcasecmp(opt, "nameserver") == 0) + else if (rb_strcasecmp(opt, "nameserver") == 0) add_nameserver(arg); }