mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +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();
|
privkey_buffer = ssh_buffer_new();
|
||||||
if (privkey_buffer == NULL) {
|
if (privkey_buffer == NULL) {
|
||||||
rc = SSH_ERROR;
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user