]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Today is not my day for writing code that compiles.
authorMark Michelson <mmichelson@digium.com>
Thu, 23 Jan 2014 23:41:53 +0000 (23:41 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 23 Jan 2014 23:41:53 +0000 (23:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@406327 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_pjsip_pidf.c

index f9e4206198428d13c8cbde0b950b77a3d5afa1a5..2a22c134a7a483756d0016f1939b58a7dd41d426 100644 (file)
@@ -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");