Skip to content
Snippets Groups Projects
Commit cc803ee8 authored by Matt Johnston's avatar Matt Johnston
Browse files

fix pubkey authentication return value

parent a5ec3aca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -361,8 +361,8 @@ static int checkpubkey(char* algo, unsigned int algolen,
}
line_num++;
 
if (checkpubkey_line(line, line_num, filename,
algo, algolen, keyblob, keybloblen) == DROPBEAR_SUCCESS) {
ret = checkpubkey_line(line, line_num, filename, algo, algolen, keyblob, keybloblen);
if (ret == DROPBEAR_SUCCESS) {
break;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment