From 61038be8134c01300af0b2ec7d7a351ce45585af Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 14 Apr 2022 10:14:51 +0200 Subject: [PATCH] tests: Fix warning in common/t-ssh-utils.c * common/t-ssh-utils.c (main): Remove continue. -- Obvious c+p bug. Fixes-commit: 5e508ffcab185eb8149e2fb2833ce15820140368 --- common/t-ssh-utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/t-ssh-utils.c b/common/t-ssh-utils.c index debe70542..62dcef7c6 100644 --- a/common/t-ssh-utils.c +++ b/common/t-ssh-utils.c @@ -335,7 +335,6 @@ main (int argc, char **argv) "worked in FIPS mode\n", __FILE__, __LINE__); exit (1); } - continue; } if (err) {