Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://git.varnish-cache.org/git/varnish-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Jun 6, 2011
2 parents 332c520 + d223152 commit 50b7975
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/libvmod_std/vmod_std_conversions.c
Expand Up @@ -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);

Expand Down

0 comments on commit 50b7975

Please sign in to comment.