# HG changeset patch # User Matt Johnston # Date 1590674523 -28800 # Node ID d18fa38c1fd494379fb873fb71688d91cad26091 # Parent 39534eedf42946781f759174eccf83079daa7b94 initialise variable to stop warning diff -r 39534eedf429 -r d18fa38c1fd4 cli-authpubkey.c --- a/cli-authpubkey.c Wed May 27 00:05:15 2020 +0800 +++ b/cli-authpubkey.c Thu May 28 22:02:03 2020 +0800 @@ -184,7 +184,7 @@ /* Returns 1 if a key was tried */ int cli_auth_pubkey() { - enum signature_type sigtype; + enum signature_type sigtype = DROPBEAR_SIGNATURE_NONE; TRACE(("enter cli_auth_pubkey")) #if DROPBEAR_CLI_AGENTFWD