[7867] Change default IP in account and banned_ip tables

As IP of 0.0.0.0 is, unlike 127.0.0.1, more clearly recognized as invalid.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-05-21 18:09:00 +02:00
parent 61d1829431
commit 34ee1cffa2
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7866"
#define REVISION_NR "7867"
#endif // __REVISION_NR_H__