From 6e4ce20286a9a23f4654435634db33fabb5b0a19 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 23 Jan 2014 23:41:53 +0000 Subject: [PATCH] Today is not my day for writing code that compiles. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@406327 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip_pidf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_pjsip_pidf.c b/res/res_pjsip_pidf.c index f9e4206198..2a22c134a7 100644 --- a/res/res_pjsip_pidf.c +++ b/res/res_pjsip_pidf.c @@ -320,7 +320,7 @@ static int xpidf_xml_create_body(struct ast_sip_exten_state_data *data, const ch pj_strcpy2( &uri, sanitized); pj_strcat( &uri, &STR_ADDR_PARAM); - pj_strdup(state_data->pool, &attr->value, &uri); + pj_strdup(pool, &attr->value, &uri); create_attr(pool, address, "priority", "0.80000"); -- 2.47.2