Skip to Content.
Sympa Menu

ndt-users - ndt-3.1.4b: error in web100srv.c

Subject: ndt-users list created

List archive

ndt-3.1.4b: error in web100srv.c


Chronological Thread 
  • From: Matt Crawford <>
  • To:
  • Subject: ndt-3.1.4b: error in web100srv.c
  • Date: Sat, 04 Feb 2006 14:21:28 -0600

In function LoadConfig(), in the loop that begins

while ((rc = I2ReadConfVar(conf, rc, key, val, 256, lbuf, lbuf_max)) > 0) {

All of the breaks shoulc be continues. Otherwise it only uses the first config directive. The sample ndt.conf only has one directive, so this may never have been noticed.



  • ndt-3.1.4b: error in web100srv.c, Matt Crawford, 02/04/2006

Archive powered by MHonArc 2.6.16.

Top of Page