]> granicus.if.org Git - pdns/commit
add dns_toupper() helper function
authorThiago Farina <tfarina@chromium.org>
Fri, 26 Feb 2016 22:47:21 +0000 (19:47 -0300)
committerThiago Farina <tfarina@chromium.org>
Fri, 26 Feb 2016 22:47:21 +0000 (19:47 -0300)
commit315f45a0454086f0e2cd3d9d84a5f2cdbc4c8495
treedb164d8b620bf9f2e3e79ce45b816d9f77eed96d
parent08e1db940191854103e21c29e38adb8bcb04a446
add dns_toupper() helper function

This patch adds a ASCII version of toupper() function, called
dns_toupper(), and use it in place of toupper().

This fixes issue #3425
pdns/misc.hh