On Tue, 9 Dec 2003, Gea-Suan Lin wrote: > When modifying source code, we find a typo in src/oops.h: > > #define IP_HASH_SIZE (256) > #define IP_HASH_MASK (RQ_HASH_SIZE-1) > > I think it should be: > > #define IP_HASH_SIZE (256) > #define IP_HASH_MASK (IP_HASH_SIZE-1)
Thanks, fixed. > > -- > * Gea-Suan Lin (public key: http://ccreader.nctu.edu.tw/~gslin/key.txt) > * If you cannot convince them, confuse them. -- Harry S Truman > ===================================================================== > If you would like to unsubscribe from this list send message to > [EMAIL PROTECTED] with "unsubscribe oops" in message body. > Archive is accessible on http://lists.paco.net/oops-rus/ > Igor Khasilev | PACO Links, igor at paco dot net | ===================================================================== If you would like to unsubscribe from this list send message to [EMAIL PROTECTED] with "unsubscribe oops" in message body. Archive is accessible on http://lists.paco.net/oops-rus/
