On Mon, Jul 22, 2002 at 08:25:02PM +0200, Piotr Krukowiecki wrote:
> 'set net:limit-rate 50000' doesn't work. (it should set the same rate for
> both down and up)

Here is the fix.

--- ResMgr.cc   2002/07/18 09:13:49     1.43
+++ ResMgr.cc   2002/07/23 08:25:16
@@ -854,6 +854,7 @@ const char *ResMgr::UNumberPairValidate(
    {
       if(UNumberValidate(value))
         return _("invalid pair of numbers");
+      return 0;
    }

    v[n]=0;

--
   Alexander.

Reply via email to