1
0
Fork 0

Fix: reply charging attribute in mm7 module

This commit is contained in:
bagyenda 2006-11-11 05:49:19 +00:00
parent f34daaa335
commit 8ece099c13
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-11-11 Paul A. Bagyenda <bagyenda@dsmagic.com>
* Minor fix in MM7 module (replycharging attribute),
thanks to Michel Martin <michel.marti@objectxp.com>
2006-11-07 Paul A. Bagyenda <bagyenda@dsmagic.com>
* Improved source organisation (Changelog populated, better version string)

View File

@ -182,7 +182,7 @@ static int parse_header(xmlNodePtr node, List *headers, int *sigparent)
break;
case MM7_TAG_ReplyCharging:
value = octstr_imm("Requested");
value = octstr_create("Requested");
if ((s = xmlGetProp(node, (unsigned char *)"replyChargingSize")) != NULL) {
http_header_add(headers, "replyChargingSize", (char *)s);