- dnsbl.c:dnsbl_positive(): fixed weird logic that could result in 'text_type' being...
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 8 Jul 2015 12:57:57 +0000 (12:57 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 8 Jul 2015 12:57:57 +0000 (12:57 +0000)
commitd4b15050aba5d602f76559e713ccfa9d1071330a
treeaaef23113d54ad7a6d781aa47a52628560f7925c
parenta13a61fa8066d9706a981e54991399de4c6f4559
- dnsbl.c:dnsbl_positive(): fixed weird logic that could result in 'text_type' being appended
  with two commas which later would defeat the purpose of *(strrchr(text_type, ',')) = '\0'

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.1.x@6233 82007160-df01-0410-b94d-b575c5fd34c7
src/dnsbl.c