aboutsummaryrefslogtreecommitdiffstats
path: root/res/snmp/agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/snmp/agent.c')
-rw-r--r--res/snmp/agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/snmp/agent.c b/res/snmp/agent.c
index 7ab0d68f9..96398e8a8 100644
--- a/res/snmp/agent.c
+++ b/res/snmp/agent.c
@@ -621,7 +621,7 @@ static u_char *ast_var_indications(struct variable *vp, oid *name, size_t *lengt
int exact, size_t *var_len, WriteMethod **write_method)
{
static unsigned long long_ret;
- struct ind_tone_zone *tz = NULL;
+ struct tone_zone *tz = NULL;
if (header_generic(vp, name, length, exact, var_len, write_method))
return NULL;
@@ -651,7 +651,7 @@ static u_char *ast_var_indications_table(struct variable *vp, oid *name, size_t
int exact, size_t *var_len, WriteMethod **write_method)
{
static unsigned long long_ret;
- struct ind_tone_zone *tz = NULL;
+ struct tone_zone *tz = NULL;
int i;
if (header_simple_table(vp, name, length, exact, var_len, write_method, -1))