From 7fc4efc7a0216aeb68b0639fb3f4d839b359e250 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 12 Jan 2010 21:58:24 +0000 Subject: references are better than pointer ;) --- src/bsd/tunDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bsd/tunDevice.cpp') diff --git a/src/bsd/tunDevice.cpp b/src/bsd/tunDevice.cpp index 84fa727..1413b5f 100644 --- a/src/bsd/tunDevice.cpp +++ b/src/bsd/tunDevice.cpp @@ -278,6 +278,6 @@ void TunDevice::do_ifconfig() void TunDevice::waitUntilReady() { if(sys_exec_) - SysExec::waitAndDestroy(&sys_exec_); + SysExec::waitAndDestroy(sys_exec_); } -- cgit v1.2.3