diff options
author | Stef Walter <stef@memberwebs.com> | 2009-10-24 14:10:33 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-10-24 14:10:33 +0000 |
commit | b6c94d893237f4c339a1ad9ede7b809811001f77 (patch) | |
tree | 4c6b5797d3a5c36225de786042ff022b93d0dbc4 /common/Makefile.am | |
parent | 3d37e877286da4943924843625e22fbb4057314b (diff) |
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.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |