bbb7ba8 Fix possible dereference of a NULL pointer.

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    Fix possible dereference of a NULL pointer.
    
    We check if function ipa_get_ad_id_ctx returns NULL,
    but function ipa_get_ad_id_ctx could never return NULL.
    This issue was found by scan-build.