tolower subscript
This commit is contained in:
parent
b5c7be2fd6
commit
df5d363ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ dblookup(char *name, int class, int type, int auth, int ttl)
|
|||
|
||||
/* try lower case version */
|
||||
for(cp = name; *cp; cp++)
|
||||
*cp = tolower(*cp);
|
||||
*cp = tolower((uchar)*cp);
|
||||
if(cachedb)
|
||||
rp = rrlookup(dp, type, NOneg);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue