1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2009-08-12 17:00:06 +00:00
parent 41fba4873d
commit 48bc07ef14
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2009-08-12 P. A. Bagyenda <bagyenda@dsmagic.com>
* Added extra logging to mmsbox_mm1 code
2009-08-06 P. A. Bagyenda <bagyenda@dsmagic.com>
* Improved handling of email recipients in mmsbox
* Fixed crash with email recipient

View File

@ -392,7 +392,8 @@ static void handle_mm1(MM1Settings *mm1)
ms = fetch_content(url, mm1->proxy, body, &hstatus);
msize = ms ? octstr_len(ms) : 0;
m = (hstatus == 0 && ms) ? mms_frombinary(ms, mm1->msisdn) : NULL;
octstr_dump(ms, 0);
if (r->type == MM1_GET) {
if (m == NULL)