Fix base64 encoding of tokens
authorSimo Sorce <simo@redhat.com>
Thu, 10 Apr 2014 04:52:39 +0000 (00:52 -0400)
committerSimo Sorce <simo@redhat.com>
Sat, 12 Apr 2014 22:18:38 +0000 (18:18 -0400)
commitfff9af8f354e4080b3b13bb6b3eb7e033c806bcd
treee6567670184e5c9dd3bcf42854ab306cdbeb1a92
parent3e02602bd7ed79fc0ec54256322603f30ee1834f
Fix base64 encoding of tokens

The token was being trunkated as the total length should have been:
replen + 10

Just remove this line, apr_base64_encode() already properly terminate
the buffer.
src/mod_auth_gssapi.c