115cc76 Two fixes to child processes

Authored and Committed by jhrozek 11 years ago
    Two fixes to child processes
    
    There was an unused structure member in the krb5_child.
    
    Declaration of __krb5_error_msg was shadowing the same variable from
    sss_krb5.h which is not nice. Also we might actually use the error
    context directly instead of passing it as parameter.