mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 13:06:33 +00:00
The variable for the no-sni option was not initialized
This commit is contained in:
parent
abdf738d1f
commit
22a738d2d0
2 changed files with 7 additions and 2 deletions
|
@ -226,7 +226,7 @@ static int
|
|||
bool opt_ver = true; /* verify peer certificate */
|
||||
char *opt_cert = NULL; /* file name of client certificate */
|
||||
const char *opt_commonname = NULL; /* for checking peer certificate */
|
||||
bool opt_no_sni;
|
||||
bool opt_no_sni = false;
|
||||
const char *opt_snihost = NULL; /* for SNI host */
|
||||
int result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue