Revert some changes that were causing more harm than good

This commit is contained in:
KimLS
2017-02-28 23:17:30 -08:00
parent 0d1e63c92a
commit 66c1fd9369
8 changed files with 206 additions and 299 deletions
+1 -1
View File
@@ -1046,7 +1046,7 @@ bool Client::HandlePacket(const EQApplicationPacket *app) {
bool Client::Process() {
bool ret = true;
//bool sendguilds = true;
sockaddr_in to;
sockaddr_in to = {};
memset((char *) &to, 0, sizeof(to));
to.sin_family = AF_INET;