From facb88a84e7b3ca2452a3d3e2a5633fe4343402f Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 28 May 2011 17:35:27 +0300 Subject: [PATCH] IP initialization added in TEST_ADMIN --- tests/testadmin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testadmin.h b/tests/testadmin.h index b6b871f5..59f81d31 100644 --- a/tests/testadmin.h +++ b/tests/testadmin.h @@ -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; } -- 2.43.2