projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f11231
)
removed stray debugging comments
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 19 Aug 2007 21:24:37 +0000
(21:24 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 19 Aug 2007 21:24:37 +0000
(21:24 -0000)
networking/httpd.c
patch
|
blob
|
history
diff --git
a/networking/httpd.c
b/networking/httpd.c
index 0b4e305d9b76caaa7971ef50f8df6a6bec441d10..070e2a9151d5e2147576def99fde5b061b997024 100644
(file)
--- a/
networking/httpd.c
+++ b/
networking/httpd.c
@@
-289,10
+289,6
@@
static ALWAYS_INLINE void free_Htaccess_IP_list(Htaccess_IP **pptr)
free_llist((has_next_ptr**)pptr);
}
-//#undef isdigit
-//#define isdigit(a) ((unsigned)((a) - '0') <= 9)
-//#define notdigit(a) ((unsigned)((a) - '0') > 9)
-
/* Returns presumed mask width in bits or < 0 on error.
* Updates strp, stores IP at provided pointer */
static int scan_ip(const char **strp, unsigned *ipp, unsigned char endc)