]> git.stg.codes - stg.git/commitdiff
Fix priv initialization in TEST_ADMIN implementation
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 26 May 2011 15:47:03 +0000 (18:47 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 26 May 2011 15:47:03 +0000 (18:47 +0300)
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; }