01c1b27 Use separate variable for client fetch in kdcpolicy

1 file Authored by rharwood 4 years ago, Committed by frenaud 4 years ago,
    Use separate variable for client fetch in kdcpolicy
    
    `client` is not intended to be modified as a parameter of the AS check
    function.  Fixes an "incompatible pointer type" compiler warning.
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>