From b6c94d893237f4c339a1ad9ede7b809811001f77 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 24 Oct 2009 14:10:33 +0000 Subject: Remove usage of sock_any calls. * This allows us to properly handle complex addresses with things like %eth0 on the end, etc... * Also removes support for unix sockets, which didn't really make sense in an snmp context anyway. Not sure how that code was usable. --- common/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 61ef9a4..f2bf754 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -8,7 +8,6 @@ libcommon_a_SOURCES = \ hash.h hash.c \ log.h log.c \ server-mainloop.c server-mainloop.h \ - sock-any.h sock-any.c \ snmp-engine.h snmp-engine.c \ usuals.h -- cgit v1.2.3