From 9fc23bb173c4096cfbbb207823f7d5727fcb93b7 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 24 Sep 2015 20:50:14 +0200 Subject: Fix ClientInfo::empty() --- src/ClientInfo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientInfo.hpp') 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() -- cgit v1.2.3-54-g00ecf