diff --git a/src/http_fetch.c b/src/http_fetch.c index 16f2e5c93..830f65fd3 100644 --- a/src/http_fetch.c +++ b/src/http_fetch.c @@ -447,8 +447,6 @@ static int smp_fetch_stver(const struct arg *args, struct sample *smp, const cha smp->data.type = SMP_T_STR; smp->data.u.str = *vsn; return 1; - - return 1; } /* 3. Check on Status Code. We manipulate integers here. */