git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed interface in stgcrypto
[stg.git]
/
tests
/
testadmin.h
diff --git
a/tests/testadmin.h
b/tests/testadmin.h
index 2175dbb665f479f29e653dc7d700e2031af29de0..59f81d31f76ec9c00bf8eaf780eb12dec5c8692a 100644
(file)
--- a/
tests/testadmin.h
+++ b/
tests/testadmin.h
@@
-5,7
+5,7
@@
class TEST_ADMIN : public ADMIN {
public:
- TEST_ADMIN() : priv(0xffFF
ffFF
) {}
+ TEST_ADMIN() : priv(0xffFF
), ip(0
) {}
ADMIN & operator=(const ADMIN &) { return *this; }
ADMIN & operator=(const ADMIN_CONF &) { return *this; }