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 /daemon | |
| 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 'daemon')
| -rw-r--r-- | daemon/rrdbotd.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/daemon/rrdbotd.h b/daemon/rrdbotd.h index c370bb6..aa19b23 100644 --- a/daemon/rrdbotd.h +++ b/daemon/rrdbotd.h @@ -44,7 +44,6 @@  #include "asn1.h"  #include "snmp.h" -#include "sock-any.h"  #include "hash.h"  /* ----------------------------------------------------------------------------- | 
