Possible bug in lib/clientactive.c

Eugene Gladchenko eugene at donpac.ru
Thu Mar 9 00:55:55 UTC 2000


Hi,

Currently (inn-2000-03-02) there's a line in lib/clientactive.c (line #27) that starts with

  if ((CAfp = fopen(cpcatpath(innconf->pathetc, _PATH_CLIENTACTIVE), "r")) ...

Should it really look like

  if ((CAfp = fopen(cpcatpath(innconf->pathdb, _PATH_CLIENTACTIVE), "r")) ...

instead? Or I don't get the point?

--
Eugene Gladchenko.



More information about the inn-workers mailing list