Fix bug 6861 - rfc1738_unescape converts '+' characters to spaces. Stop rfc1738_unesc...
authorJeremy Allison <jra@samba.org>
Fri, 30 Oct 2009 21:16:03 +0000 (14:16 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 10 Nov 2009 11:25:04 +0000 (12:25 +0100)
commit66e356a4864373d63eee3dda00c826eaf69c7a82
treedba83063e52e0d3b562e63cdcd146001e127117c
parentdc9b226d8ced06b8b24eb38b411eac11eace41be
Fix bug 6861 - rfc1738_unescape converts '+' characters to spaces. Stop rfc1738_unescape() from mangling '+' characters to spaces. Noticed by Andrew Bartlett. Jeremy.
lib/util/util.c