Illegal value of minimum bandwidth 0 kbps, using ....
[svn/Prometheus-QoS/.git] / prometheus.c
index 4461346cd47e73e0c60f3669091d1ab3f3e8964a..37625373453ec61d986f4368b89d02fea7e6e049 100644 (file)
@@ -33,7 +33,7 @@
 \r
 #include "cll1-0.6.h"\r
 \r
-const char *version="0.7.8.1"; /*0.7.9 will be last development, 0.8.0 first stable */\r
+const char *version="0.7.8.2"; /*0.7.9 will be last development, 0.8.0 first stable */\r
 \r
 /* ======= All path names are defined hear (for RPM patch) =======  */\r
 \r
@@ -852,8 +852,8 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version);
     ip->min=atoi(substring);\r
     if(ip->min<=0)\r
     {\r
-     puts("Illegal value of minimum bandwidth: 0 kbps.");\r
-     reject_config_and_exit(hosts);\r
+     printf(" %s: Illegal value of minimum bandwidth 0 kbps, using %d kbps\n",s\r
+     ip->min=free_min;\r
     }\r
     if(ip->max<=ip->min)\r
     {\r
This page took 0.103826 seconds and 4 git commands to generate.