Illegal value of minimum bandwidth 0 kbps, using ....
authorxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Fri, 14 Mar 2008 16:11:11 +0000 (16:11 +0000)
committerxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Fri, 14 Mar 2008 16:11:11 +0000 (16:11 +0000)
git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@72 251d49ef-1d17-4917-a970-b30cf55b089b

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.158769 seconds and 4 git commands to generate.