vici: Don't compare unsigned certificate_type_t to -1

This commit is contained in:
Martin Willi 2014-04-03 16:41:07 +02:00
parent e00ce378fa
commit 0963a9952c
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ CALLBACK(list_certs, vici_message_t*,
certificate_t *cert, *current;
chunk_t encoding;
identification_t *subject = NULL;
certificate_type_t type;
int type;
vici_builder_t *b;
bool found;
char *str;