5a4f23a Remove dead code from ipa_get_selinux_recv

1 file Authored by mzidek 10 years ago, Committed by jhrozek 10 years ago,
    Remove dead code from ipa_get_selinux_recv
    
    The 'else' branches in ipa_get_selinux_recv are never
    executed (and even if they were, the result would be
    the same as if the true branches were taken).
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+23 -38