Socket: Ignore ECONNREFUSED on write to datagram socket
[senf.git] / PPI / Queueing.test.cc
index c9ae4ea..ce7b17c 100644 (file)
@@ -59,7 +59,7 @@ namespace {
             input.onRequest(&QueueTester::nop);
         }
 
-        void nop() {}
+        void nop() { /* no operation */ }
 
         void forward() {
             if (input && output)