X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_server.cpp;h=e2110bdbe646bd1412f97c4974d81988afedcca8;hp=1fc99d83e0e1e612c8a5e6fcc1a8d1f48db4736a;hb=20a05ab726b8935e914fe832a08a519a1fba2920;hpb=ef51c848bee7f082b2fc42e4e3802c1155edf550 diff --git a/src/socket_server.cpp b/src/socket_server.cpp index 1fc99d8..e2110bd 100644 --- a/src/socket_server.cpp +++ b/src/socket_server.cpp @@ -240,7 +240,7 @@ bool socket_server::fill_buffer(long long usec_timeout,long long* usec_timeout_r /// call fill_buffer() on all connections, called from fill_buffer() bool socket_server::fill_connection_buffers() { - bool data_found; + bool data_found = false; std::map::iterator ie=connections.end(); for(std::map::iterator i=connections.begin(); i != ie; i++)