Commit 50b7975c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp
parents 332c520c d223152d
......@@ -109,9 +109,6 @@ vmod_integer(struct sess *sp, const char *p, int i)
r = strtol(p, &e, 0);
if (!isfinite(r))
return (i);
if (e == NULL)
return (i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment