vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On 3/8/06, Thordur I. Bjornsson <thib@mi.is> wrote: > diff -u -p -r1.10 conflex.c > --- conflex.c 2005/08/02 18:26:49 1.10 > +++ conflex.c 2006/03/08 20:49:40 > @@ -412,6 +412,8 @@ intern(char *atom, int dfv) > case 'l': > if (!strcasecmp(atom + 1, "ease")) > return (LEASE); > + if (!strcasecmp(atom +1, "ink-timeout")) > + return (LINK_TIMEOUT); > break; > case 'm': > if (!strcasecmp(atom + 1, "ax-lease-time")) another time, somebody should delete all this atom + 1 shit. any computer that runs on electricity should be able to handle the strain. |