]> git.stg.codes - stg.git/commitdiff
IP initialization added in TEST_ADMIN
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 28 May 2011 14:35:27 +0000 (17:35 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 28 May 2011 14:35:27 +0000 (17:35 +0300)
tests/testadmin.h

index b6b871f5af529dc3d8c6b6a3389c62b7803fc613..59f81d31f76ec9c00bf8eaf780eb12dec5c8692a 100644 (file)
@@ -5,7 +5,7 @@
 
 class TEST_ADMIN : public ADMIN {
     public:
-        TEST_ADMIN() : priv(0xffFF) {}
+        TEST_ADMIN() : priv(0xffFF), ip(0) {}
 
         ADMIN & operator=(const ADMIN &) { return *this; }
         ADMIN & operator=(const ADMIN_CONF &) { return *this; }