summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-19 22:06:52 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-19 22:06:52 +0000
commitc06031014042f10811d43b4daae7d483dbc48bc3 (patch)
treef272ec616c9e6ac3ec8404f622bbb3a286c8d2f0 /src/anytun.cpp
parentwindows tap device open works now (some cleanup needed) (diff)
first working version of windows TunDevice (currently only tap)
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 6e08f4a..1886a60 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -380,7 +380,7 @@ int main(int argc, char* argv[])
cLog.msg(Log::PRIO_NOTICE) << "post up script '" << gOpt.getPostUpScript() << "' returned " << postup_ret;
}
#endif
-
+
PacketSource* src;
if(gOpt.getLocalAddr() == "")
src = new UDPPacketSource(gOpt.getLocalPort());