Skip to content

Commit

Permalink
Fix CID #1316267
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Aug 13, 2015
1 parent 6357269 commit ec71c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tls.c
Expand Up @@ -1584,7 +1584,7 @@ static SSL_SESSION *cbtls_get_session(SSL *ssl, unsigned char *data, int inlen,
char filename[256];
unsigned char *p;
struct stat st;
VALUE_PAIR *vps;
VALUE_PAIR *vps = NULL;

/* read in the cached VPs from the .vps file */
len = snprintf(filename, sizeof(filename), "%s%c%s.vps", conf->session_cache_path, FR_DIR_SEP, buffer);
Expand Down

0 comments on commit ec71c89

Please sign in to comment.