mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
pki: Remove superfluous statement
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -333,7 +333,6 @@ ssh_pki_openssh_import(const char *text_key,
|
||||
|
||||
privkey_buffer = ssh_buffer_new();
|
||||
if (privkey_buffer == NULL) {
|
||||
rc = SSH_ERROR;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user