From 59e844d16cba976f20577b5ea9316460f04b9393 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Sun, 17 Feb 2008 14:33:00 +0000 Subject: [PATCH] minor fix for throughput --- mbuni/ChangeLog | 2 ++ mbuni/mmsbox/bearerbox.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index 5e27685..7b934f1 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -1,3 +1,5 @@ +2008-02-17 P. A. Bagyenda + * Better throughput limit handling in MMSBox (thanks to Vincent Chavanis * Patches to permit compiling on SunOS 2007-12-15 P. A. Bagyenda diff --git a/mbuni/mmsbox/bearerbox.c b/mbuni/mmsbox/bearerbox.c index c1b00fe..c9e7615 100644 --- a/mbuni/mmsbox/bearerbox.c +++ b/mbuni/mmsbox/bearerbox.c @@ -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)