From 1563bddf88c2447dc15e1df3bebaa750c2527515 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 11 Dec 2019 11:42:36 +0100 Subject: [PATCH] tests: Avoid needless assignment as reported by csbuild Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- tests/pkd/pkd_hello.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pkd/pkd_hello.c b/tests/pkd/pkd_hello.c index dd321850..4e2d9965 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; }