From 3bcb6bf321d0f218b5326312e6ee4341cacdf574 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 9 Oct 2015 17:31:22 -0400 Subject: Minor cleanup --- netcon/NetconEthernetTap.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netcon/NetconEthernetTap.cpp') diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 79ddb238..44d29a73 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -30,7 +30,6 @@ #include #include #include -//#include #include "NetconEthernetTap.hpp" @@ -634,7 +633,7 @@ err_t NetconEthernetTap::nc_poll(void* arg, struct tcp_pcb *tpcb) NetconEthernetTap *tap = l->tap; if(conn && conn->idx) // if valid connection and non-zero index (indicating data present) tap->handle_write(conn); - + return ERR_OK; } -- cgit v1.2.3