96fdbb2 KCM: Fix typo in ccdb_sec_delete_list_done()

1 file Authored by fidencio 6 years ago, Committed by jhrozek 6 years ago,
    KCM: Fix typo in ccdb_sec_delete_list_done()
    
    When deleting the ccache we want to check if sec_key_list_len is equal 0
    and not if sec_key_list is 0.
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>