mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
removed stray debugging comments
This commit is contained in:
parent
3f1123103c
commit
63db27f9f4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user