mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Initialize pk so that older gcc versions don't freak out.
This commit is contained in:
parent
a7a0cebb59
commit
01700d779c
@ -4676,7 +4676,7 @@ handle_control_add_onion(control_connection_t *conn,
|
|||||||
|
|
||||||
/* Parse the "keytype:keyblob" argument. */
|
/* Parse the "keytype:keyblob" argument. */
|
||||||
int hs_version = 0;
|
int hs_version = 0;
|
||||||
add_onion_secret_key_t pk;
|
add_onion_secret_key_t pk = { NULL };
|
||||||
const char *key_new_alg = NULL;
|
const char *key_new_alg = NULL;
|
||||||
char *key_new_blob = NULL;
|
char *key_new_blob = NULL;
|
||||||
char *err_msg = NULL;
|
char *err_msg = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user