1a818ee NSS: Fix warning enumerated type mixed with another type

2 files Authored by lslebodn 9 years ago, Committed by jhrozek 9 years ago,
    NSS: Fix warning enumerated type mixed with another type
    
    src/responder/nss/nsssrv_cmd.c:688: mixed_enum_type: enumerated type mixed with
    another type
    
    "enum sss_dp_acct_type" was mixed with type "int". ANSI C is not very
    strict in this.
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>