Fix waiting for console input.
authorDavin McCall <davmac@davmac.org>
Sat, 25 May 2019 07:15:20 +0000 (17:15 +1000)
committerDavin McCall <davmac@davmac.org>
Sat, 25 May 2019 07:15:20 +0000 (17:15 +1000)
src/dinit.cc

index d6f0281584bfce963baec84bd1c6a2e005943103..93809df866d3d3ce02ee3fa9da2be561723e59c4 100644 (file)
@@ -156,7 +156,7 @@ namespace {
         public:
         rearm fd_event(eventloop_t &loop, int fd, int flags) noexcept
         {
-            control_socket_cb(&loop, fd); // DAV
+            console_input_ready = true;
             return rearm::REARM;
         }
     };