summaryrefslogtreecommitdiff
path: root/netcon/NetconEthernetTap.cpp
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-10-09 17:31:22 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-10-09 17:31:22 -0400
commit3bcb6bf321d0f218b5326312e6ee4341cacdf574 (patch)
treee8324a29b6e9fb46d0840f537c9939e909c7131e /netcon/NetconEthernetTap.cpp
parent7f56678d844eaa6ae1d0f061caba6518eb659c3d (diff)
downloadinfinitytier-3bcb6bf321d0f218b5326312e6ee4341cacdf574.tar.gz
infinitytier-3bcb6bf321d0f218b5326312e6ee4341cacdf574.zip
Minor cleanup
Diffstat (limited to 'netcon/NetconEthernetTap.cpp')
-rw-r--r--netcon/NetconEthernetTap.cpp3
1 files changed, 1 insertions, 2 deletions
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 <algorithm>
#include <utility>
#include <dlfcn.h>
-//#include <sys/types.h>
#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;
}