is used in the enclosing expression, the value is never
actually read from 'next'.
-const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.50 2009/04/17 11:38:28 fabiankeil Exp $";
+const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.51 2009/05/16 13:27:20 fabiankeil Exp $";
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/urlmatch.c,v $
{
char *min, *max, *next, *portlist_copy;
- min = next = portlist_copy = strdup(portlist);
+ min = portlist_copy = strdup(portlist);
/*
* Zero-terminate first item and remember offset for next