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/http.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/http.c') diff --git a/src/http.c b/src/http.c index 8fd5520..4f107db 100644 --- a/src/http.c +++ b/src/http.c @@ -152,8 +152,4 @@ int _read(struct mansession *s, struct message *m) { return -1; } -int _autodisconnect() { - return 1; -} - /* We do not define a _write or _onconnect method */ -- cgit