Make sure to initialise all members of ControlConn
authorDavin McCall <davmac@davmac.org>
Mon, 11 Jan 2016 22:59:24 +0000 (22:59 +0000)
committerDavin McCall <davmac@davmac.org>
Mon, 11 Jan 2016 22:59:24 +0000 (22:59 +0000)
src/control.h

index 0bce51c038215274c26dc979ea2319b6ad211b42..c55fa884b18b1d56624a3de9536cf78c2a640d23 100644 (file)
@@ -52,8 +52,8 @@ class ControlConn : private ServiceListener
     struct ev_loop *loop;
     ServiceSet *service_set;
     
-    bool bad_conn_close; // close when finished output?
-    bool oom_close;      // send final 'out of memory' indicator
+    bool bad_conn_close = false; // close when finished output?
+    bool oom_close = false;      // send final 'out of memory' indicator
 
     // The packet length before we need to re-check if the packet is complete.
     // processPacket() will not be called until the packet reaches this size.