]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use POSIX tolower(), toupper() and isupper() functions
authorOndřej Surý <ondrej@sury.org>
Tue, 22 Jun 2021 11:08:17 +0000 (13:08 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 23 Jun 2021 09:12:00 +0000 (11:12 +0200)
commit7ccbe520608317594bd338d989b09dfa1a19eb35
tree76ac3b1973f1424d814a253485c3248e53bac2c1
parent0d35b3f1a95ba0fd90fd93f1e146a4bf4396f794
Use POSIX tolower(), toupper() and isupper() functions

In the code that rdataset_setownercase() and rdataset_getownercase() we
now use tolower()/toupper()/isupper() functions appropriately instead of
rolling our own code.
lib/dns/rbtdb.c