From f83b845f08c23ec4755d0bf857498b5bd5f67dff Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 1 Jan 2007 19:20:46 +0000 Subject: - Implement error handling in ast_append_ha - Use this in chan_sip - Document ha functions in acl.c git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49092 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_h323.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/chan_h323.c') diff --git a/channels/chan_h323.c b/channels/chan_h323.c index c1da95787..096e8ddbc 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -1425,7 +1425,7 @@ static struct oh323_user *build_user(char *name, struct ast_variable *v, struct } } else if (!strcasecmp(v->name, "permit") || !strcasecmp(v->name, "deny")) { - user->ha = ast_append_ha(v->name, v->value, user->ha); + user->ha = ast_append_ha(v->name, v->value, user->ha, NULL); } } if (!user->options.dtmfmode) -- cgit v1.2.3