aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-12-11 11:42:36 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-23 14:31:32 +0100
commit1563bddf88c2447dc15e1df3bebaa750c2527515 (patch)
tree2e177bdf024ffa9c468213aca09f9f3aed6f4a71 /tests/pkd
parente2841908fbe5a236ab075ac0a13c26af96f5fe64 (diff)
downloadlibssh-1563bddf88c2447dc15e1df3bebaa750c2527515.tar.gz
libssh-1563bddf88c2447dc15e1df3bebaa750c2527515.tar.xz
libssh-1563bddf88c2447dc15e1df3bebaa750c2527515.zip
tests: Avoid needless assignment as reported by csbuild
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/pkd')
-rw-r--r--tests/pkd/pkd_hello.c1
1 files changed, 0 insertions, 1 deletions
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;
}