]> jfr.im git - solanum.git/blobdiff - authd/res.c
Use rb_* versions of nonportable string functions
[solanum.git] / authd / res.c
index a71472daea545f87701af7378ec03495626c5f99..6d6723f4511ee8f1234848846ec02ccdb5a09f0a 100644 (file)
@@ -599,7 +599,7 @@ static int check_question(struct reslist *request, HEADER * header, char *buf, c
                          sizeof(hostbuf));
        if (n <= 0)
                return 0;
-       if (strcasecmp(hostbuf, request->queryname))
+       if (rb_strcasecmp(hostbuf, request->queryname))
                return 0;
        return 1;
 }