Skip to content

Commit

Permalink
gnutls: Remove unused local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
  • Loading branch information
cernekee committed Jan 15, 2014
1 parent 1af5503 commit c7b6721
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gnutls.c
Expand Up @@ -501,8 +501,6 @@ static int assign_privkey(struct openconnect_info *vpninfo,
unsigned int nr_certs,
uint8_t *free_certs)
{
int i;

vpninfo->my_certs = gnutls_calloc(nr_certs, sizeof(*certs));
if (!vpninfo->my_certs)
return GNUTLS_E_MEMORY_ERROR;
Expand Down

0 comments on commit c7b6721

Please sign in to comment.