From 2e59afd9c5cdfcc8fa3f7237668568e9c85a15a0 Mon Sep 17 00:00:00 2001 From: David Troy Date: Fri, 7 Apr 2006 17:27:01 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@92 f02b47b9-160a-0410-81a6-dc3441afb0ec --- src/config.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index b7bbdc7..c8c9d80 100644 --- a/src/config.c +++ b/src/config.c @@ -190,11 +190,7 @@ int LoadHandlers() { io->write = wh; if (och) io->onconnect = och; - io->autodisconnect = dlsym(dlhandle, "_autodisconnect"); - if ((error = dlerror()) != NULL) { - if (debug) - debugmsg("loading: note, %s_autodisconnect not defined; ignoring", fmt); - } + io->dlhandle = dlhandle; io->next = iohandlers; iohandlers = io; -- cgit