diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-09-14 16:34:15 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-09-14 16:34:15 +0200 |
| commit | 16f0f05d447078c99a3adbee6ae2dc7f87da0e78 (patch) | |
| tree | 915842f0d1d3471962cf5601513a56dad3420452 /src/server/shared/Networking | |
| parent | 716c2918d274c859297921c924a3e5aa9cd042f1 (diff) | |
Core/Misc: Fix issues reported by static analysis
Diffstat (limited to 'src/server/shared/Networking')
| -rw-r--r-- | src/server/shared/Networking/SocketMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Networking/SocketMgr.h b/src/server/shared/Networking/SocketMgr.h index 47bd7794a4c..dbe2b8ec902 100644 --- a/src/server/shared/Networking/SocketMgr.h +++ b/src/server/shared/Networking/SocketMgr.h @@ -97,7 +97,7 @@ public: int32 GetNetworkThreadCount() const { return _threadCount; } protected: - SocketMgr() : _threads(nullptr), _threadCount(1) + SocketMgr() : _acceptor(nullptr), _threads(nullptr), _threadCount(1) { } |
