summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2010-01-10 22:10:05 +0000
committerOthmar Gsenger <otti@anytun.org>2010-01-10 22:10:05 +0000
commit2f418d7ab9f44ee8d573a81a08c167dbf46f1658 (patch)
treed4d6d38b11fda9ee17b1e4448f8dc1b7ffcc7c32 /src/win32
parentdispatching right socket for send to function (diff)
fixed priviledge dropping on freebsd
maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/tunDevice.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp
index fe6ab44..c5b378f 100644
--- a/src/win32/tunDevice.cpp
+++ b/src/win32/tunDevice.cpp
@@ -270,3 +270,7 @@ void TunDevice::do_ifconfig()
}
conf_.mtu_ = static_cast<u_int16_t>(mtu);
}
+
+void TunDevice::waitForPostUpScript()
+{
+}