summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-12 21:53:59 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-12 21:53:59 +0000
commitb25f4dc131b9cd2b0575995d88f969627ce98ef6 (patch)
tree0c5f4c9c939c851cd2fc987f4ce0b4920ac25e50 /src/win32
parentcleanup (diff)
improved new SysExec cleanup
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/tunDevice.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp
index c5b378f..6e6c83d 100644
--- a/src/win32/tunDevice.cpp
+++ b/src/win32/tunDevice.cpp
@@ -271,6 +271,7 @@ void TunDevice::do_ifconfig()
conf_.mtu_ = static_cast<u_int16_t>(mtu);
}
-void TunDevice::waitForPostUpScript()
+void TunDevice::waitUntilReady()
{
+// nothing to be done here
}