summaryrefslogtreecommitdiffstats
path: root/src/ClientInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientInfo.hpp')
-rw-r--r--src/ClientInfo.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp
index 1927088..1271096 100644
--- a/src/ClientInfo.hpp
+++ b/src/ClientInfo.hpp
@@ -124,7 +124,7 @@ public:
inline bool empty()
{
- return *this != ClientInfo();
+ return *this == ClientInfo();
}
inline void clear()