1
0
Fork 0

Minor fix to mmsproxy (max number of mmbox messages returned in query)

This commit is contained in:
bagyenda 2005-05-05 07:10:49 +00:00
parent 6c1cc4d59f
commit b45bd9059e
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ static void sendmms_proxy(MmsHTTPClientInfo *h)
sscanf(octstr_get_cstr(x), "%d", &limit);
octstr_destroy(x);
} else
limit = INT_MAX;
limit = USER_MMBOX_MSG_QUOTA;
/* Check for quota and count requests. */
if ((x = mms_get_header_value(m, octstr_imm("X-Mms-Totals"))) != NULL) {