X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=prometheus.c;h=37625373453ec61d986f4368b89d02fea7e6e049;hp=4461346cd47e73e0c60f3669091d1ab3f3e8964a;hb=c312f6a9176a036459572569e47c1d811d66e8c3;hpb=45ae1b123a1bcaefc39fb1d9bb0217147916fb97 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) {