diff options
author | megamage <none@none> | 2009-05-06 16:28:43 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-06 16:28:43 -0500 |
commit | da382aaf338841a05905c0aec2b5da65e464b858 (patch) | |
tree | c22d2944d66368de7f1e2d044f1f61169bb4f59b /dep/src/sockets/SocketHandler.cpp | |
parent | 50b336e2cd31b9ada15e5d76b509d53251a85cf1 (diff) | |
parent | ec8367d2537b75d73ea15dab66866e1cbacf3396 (diff) |
*Backout "Fix compile for gcc 4.4." because it causes uninitilized variables and may cause crash.
--HG--
branch : trunk
Diffstat (limited to 'dep/src/sockets/SocketHandler.cpp')
-rw-r--r-- | dep/src/sockets/SocketHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/src/sockets/SocketHandler.cpp b/dep/src/sockets/SocketHandler.cpp index 9b7ad5cd08b..7ade1e99eb6 100644 --- a/dep/src/sockets/SocketHandler.cpp +++ b/dep/src/sockets/SocketHandler.cpp @@ -1281,7 +1281,7 @@ void SocketHandler::CheckList(socket_v& ref,const std::string& listname) } if (!found) { -DEB( fprintf(stderr, "CheckList failed for \"%s\": fd %d\n", listname.c_str(), s);) + fprintf(stderr, "CheckList failed for \"%s\": fd %d\n", listname.c_str(), s); } } } |