From: Christian Hofstaedtler Date: Mon, 24 Nov 2014 13:40:31 +0000 (+0100) Subject: secpoll: Replace ~ with _, too X-Git-Tag: auth-3.4.2~15^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3992d9c25868355449dd21870f2c06a353456fd;p=thirdparty%2Fpdns.git secpoll: Replace ~ with _, too Debian backports versions use '~' in the version number. --- diff --git a/pdns/secpoll-auth.cc b/pdns/secpoll-auth.cc index e993690ee1..cfdce04d7d 100644 --- a/pdns/secpoll-auth.cc +++ b/pdns/secpoll-auth.cc @@ -128,6 +128,7 @@ void doSecPoll(bool first) query+='.'; boost::replace_all(query, "+", "_"); + boost::replace_all(query, "~", "_"); vector ret;