1525b4d DP: Set extra_value to NULL for enum requests

1 file Authored by jhrozek 8 years ago, Committed by lslebodn 8 years ago,
    DP: Set extra_value to NULL for enum requests
    
    Some providers, notably IPA, rely on extra_value to be either a useful
    value or NULL. In enumeration, however, extra_value was random. Set
    the extra_value pointer explicitly to NULL to make it clear that it's
    not used for enumeration and also use talloc_zero as future-proof.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2659
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    (cherry picked from commit d9296ba018228ac6a19f710b8bb9044c4ea9ab5b)
    (cherry picked from commit 2dfb4ed5a36a7be6bcde60e042811b81e83c4850)