summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index de8429f..63f250f 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -427,7 +427,9 @@ int main(int argc, char* argv[])
#endif
// this has to be called before the first thread is started
+#if !( defined(__FreeBSD__) || defined(__FreeBSD_kernel__))
gSignalController.init();
+#endif
gResolver.init();
#ifndef NO_CRYPT