| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | "Roy T. Fielding" <field...@kiwi.ICS.UCI.EDU> |
| Subject | Re: Bug fix for mod_access check of remotehost |
| Date | Sun, 01 Dec 1996 14:42:26 GMT |
> +1 except that: > > while (*host && ((*host == '.') || isdigit(*host))) host++; > > should really be: > > while (*host == '.' || isdigit(*host)) > host++; gurgle urp.... I'll fix that, since I hate unnecessary code (especially mine). .....Roy | |
| Mime |
|
| View raw message | |