From ef6ad2b53cd60b14ef03d97f8cb393e2f245551f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 13 Jan 2009 19:22:13 +0000 Subject: Merged revisions 168561 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r168561 | russell | 2009-01-13 13:13:05 -0600 (Tue, 13 Jan 2009) | 2 lines Revert unnecessary indications API change from rev 122314 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168562 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/snmp/agent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/snmp') diff --git a/res/snmp/agent.c b/res/snmp/agent.c index 6af14db93..6acf53680 100644 --- a/res/snmp/agent.c +++ b/res/snmp/agent.c @@ -644,7 +644,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; @@ -674,7 +674,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)) -- cgit v1.2.3