diff --git a/tests/pkd/pkd_hello.c b/tests/pkd/pkd_hello.c index 4233fe77..b9b4475c 100644 --- a/tests/pkd/pkd_hello.c +++ b/tests/pkd/pkd_hello.c @@ -1006,7 +1006,6 @@ int main(int argc, char **argv) { rc = ssh_init(); if (rc != 0) { - rc = SSH_ERROR; goto out; }