1
0
Fork 0

minor fix for throughput

This commit is contained in:
bagyenda 2008-02-17 14:33:00 +00:00
parent 3ebb5316c1
commit 59e844d16c
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2008-02-17 P. A. Bagyenda <bagyenda@dsmagic.com>
* Better throughput limit handling in MMSBox (thanks to Vincent Chavanis <vincent@telemaque.fr)
2007-12-21 P. A. Bagyenda <bagyenda@dsmagic.com>
* Patches to permit compiling on SunOS
2007-12-15 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -859,7 +859,7 @@ static int mms_sendtommsc(MmscGrp *mmc, Octstr *from, Octstr *to, Octstr *transi
{
Octstr *id = NULL, *groupid = NULL;
int ret = 0, retry = 0;
unsigned long throughput = 0;
double throughput = 0;
mutex_lock(mmc->mutex); { /* Grab a lock on it. */
if (mmc->type == SOAP_MMSC)