commit | 42119fa3568dc7e8c82447c861678a5987d06d91 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri May 23 13:24:39 2014 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sat May 24 00:46:37 2014 +0400 |
tree | 168f2390c0676429fb0e499f43f204838aa877b7 | |
parent | 26b78f4d3c3f45f84067440e56c3ebf2d25a9574 [diff] |
libcacard/vcard_emul_nss: Drop a redundant conditional Bailing out when PK11_FindGenericObjects() returns null ensures the loop that follows it executes at least once. The "loop did not execute" test right after it is useless. Drop it. Spotted by Coverity. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Alon Levy <alevy@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>