summaryrefslogtreecommitdiff
path: root/src/win32/tunDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/tunDevice.cpp')
-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
}