base64-in: Ignore garbage characters in input.
authorRichard Jones <rjones@redhat.com>
Wed, 2 Jun 2010 14:10:38 +0000 (15:10 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 2 Jun 2010 14:33:02 +0000 (15:33 +0100)
commit50eed6d20de9b6d16975c3c0bbf6e545f8fba1fe
treebe330a8fdb8c324dc50d161d6ce9896ba06b9cd1
parent1020b212b189968ead013436cac79019fbd8fdad
base64-in: Ignore garbage characters in input.

On RHEL 5 you have to specify the -i option to get the
external 'base64' command to ignore \n characters.  (The
Fedora version seems to ignore these characters anyway).

Add this option so the tests can pass on RHEL 5.
daemon/base64.c