d308aba rpcserver: remove addition of str and bytes

1 file Authored by stlaz 6 years ago, Committed by mbasti 6 years ago,
    rpcserver: remove addition of str and bytes
    
    base64 encoding returns bytes but these can't be added together with
    a string.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+2 -1