Author: mordante
Date: Sun Mar 6 19:27:50 2011
New Revision: 48795
URL: http://svn.gna.org/viewcvs/wesnoth?rev=48795&view=rev
Log:
Initialize all members.
Modified:
trunk/src/server/server.cpp
Modified: trunk/src/server/server.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/server.cpp?rev=48795&r1=48794&r2=48795&view=diff
==============================================================================
--- trunk/src/server/server.cpp (original)
+++ trunk/src/server/server.cpp Sun Mar 6 19:27:50 2011
@@ -360,7 +360,8 @@
metrics_(),
last_ping_(time(NULL)),
last_stats_(last_ping_),
- last_uh_clean_(last_ping_)
+ last_uh_clean_(last_ping_),
+ cmd_handlers_()
{
setup_handlers();
load_config();
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits