--- gvpe/src/connection.C 2003/04/13 16:53:36 1.12 +++ gvpe/src/connection.C 2003/08/08 07:52:26 1.13 @@ -940,8 +940,11 @@ rsachallenge chg; if (!rsa_cache.find (p->id, chg)) - slog (L_ERR, _("%s(%s): unrequested auth response"), - conf->nodename, (const char *)rsi); + { + slog (L_ERR, _("%s(%s): unrequested auth response"), + conf->nodename, (const char *)rsi); + break; + } else { crypto_ctx *cctx = new crypto_ctx (chg, 0);