]> git.stg.codes - stg.git/blobdiff - tests/testadmin.h
Fix priv initialization in TEST_ADMIN implementation
[stg.git] / tests / testadmin.h
index 2175dbb665f479f29e653dc7d700e2031af29de0..b6b871f5af529dc3d8c6b6a3389c62b7803fc613 100644 (file)
@@ -5,7 +5,7 @@
 
 class TEST_ADMIN : public ADMIN {
     public:
-        TEST_ADMIN() : priv(0xffFFffFF) {}
+        TEST_ADMIN() : priv(0xffFF) {}
 
         ADMIN & operator=(const ADMIN &) { return *this; }
         ADMIN & operator=(const ADMIN_CONF &) { return *this; }