- 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:41 +0000 (12:57 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 8 Jul 2015 12:57:41 +0000 (12:57 +0000)
commita6ee2cf14d1094bac302e1ef84d7ac05ca1d3ff6
tree17f47a9ae19d41bda29ea7eaa3a7ece9cd11c964
parentba8dae5c299d3c2b9978223fa9230ad434b6df52
- 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/trunk@6232 82007160-df01-0410-b94d-b575c5fd34c7
src/dnsbl.c