1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

tests: Fix warning in common/t-ssh-utils.c

* common/t-ssh-utils.c (main): Remove continue.
--
Obvious c+p bug.

Fixes-commit: 5e508ffcab
This commit is contained in:
Werner Koch 2022-04-14 10:14:51 +02:00
parent c4436ebfa5
commit 61038be813
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -335,7 +335,6 @@ main (int argc, char **argv)
"worked in FIPS mode\n", __FILE__, __LINE__);
exit (1);
}
continue;
}
if (err)
{