From c312f6a9176a036459572569e47c1d811d66e8c3 Mon Sep 17 00:00:00 2001 From: xchaos Date: Fri, 14 Mar 2008 16:11:11 +0000 Subject: [PATCH] Illegal value of minimum bandwidth 0 kbps, using .... git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@72 251d49ef-1d17-4917-a970-b30cf55b089b --- prometheus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus.c b/prometheus.c index 4461346..3762537 100644 --- a/prometheus.c +++ b/prometheus.c @@ -33,7 +33,7 @@ #include "cll1-0.6.h" -const char *version="0.7.8.1"; /*0.7.9 will be last development, 0.8.0 first stable */ +const char *version="0.7.8.2"; /*0.7.9 will be last development, 0.8.0 first stable */ /* ======= All path names are defined hear (for RPM patch) ======= */ @@ -852,8 +852,8 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version); ip->min=atoi(substring); if(ip->min<=0) { - puts("Illegal value of minimum bandwidth: 0 kbps."); - reject_config_and_exit(hosts); + printf(" %s: Illegal value of minimum bandwidth 0 kbps, using %d kbps\n",s + ip->min=free_min; } if(ip->max<=ip->min) { -- 2.30.2