tests: Avoid needless assignment as reported by csbuild

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 1563bddf88)
This commit is contained in:
Jakub Jelen
2019-12-11 11:42:36 +01:00
committed by Andreas Schneider
parent 393cd36c01
commit ea198fee43

View File

@@ -1006,7 +1006,6 @@ int main(int argc, char **argv) {
rc = ssh_init();
if (rc != 0) {
rc = SSH_ERROR;
goto out;
}