From bdc6cfb60a41111cf65d46f76ee179a9887c2d4c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 10 May 2008 16:00:14 +0000 Subject: adaptions for openbsd 4.3 --- src/anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anytun.cpp') diff --git a/src/anytun.cpp b/src/anytun.cpp index 004330b..7b03785 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -183,7 +183,7 @@ void* sender(void* p) { param->src.send(encrypted_packet.getBuf(), encrypted_packet.getLength(), conn.remote_host_, conn.remote_port_); } - catch (Exception e) + catch (std::exception e) { } } -- cgit v1.2.3