From c55f9831ab1a2ecde85fa1174c1d9dbebe250a53 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 27 Jun 2006 17:45:59 +0000 Subject: Added auto-binding, picks the first ip in the tags that isnt localhost or INADDR_ANY, and auto binds to that IP to allow us to put back the security tweak git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4064 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/inspsocket.h') diff --git a/include/inspsocket.h b/include/inspsocket.h index c9cc70acf..7e8593391 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -156,6 +156,8 @@ private: */ bool ClosePending; + bool BindAddr(); + public: /** -- cgit v1.2.3