diff -uNr getstatd.old/CHANGES getstatd/CHANGES --- getstatd.old/CHANGES Thu Feb 4 00:32:18 1999 +++ getstatd/CHANGES Thu Apr 1 10:53:13 1999 @@ -1,5 +1,7 @@ Major changes between version 1.1 and 2.0. -------------------------------------------- +* [31/03/99] Fixed bug in filtering feature of plugin engine. + * [03/02/99] Added new plug-in features. General changes in plugin engine. * [22/01/99] Fixed wtmp processing algorithm. Added permanent_price and diff -uNr getstatd.old/VERSION getstatd/VERSION --- getstatd.old/VERSION Thu Feb 4 00:32:33 1999 +++ getstatd/VERSION Thu Apr 1 10:35:00 1999 @@ -1 +1 @@ -dev-980203 \ No newline at end of file +dev-990203-fix1 \ No newline at end of file diff -uNr getstatd.old/plugins.c getstatd/plugins.c --- getstatd.old/plugins.c Thu Feb 4 01:25:04 1999 +++ getstatd/plugins.c Thu Apr 1 10:34:23 1999 @@ -74,6 +74,7 @@ if (fork() == 0){ close(fifo[0]); use_ssl = 0; + gen_socket=fifo[1]; if ( perform_includes(pnt_plugins->iostdin, fifo[1], NULL, 0 ) != 0) { writeline(fifo[1], pnt_plugins->iostdin); }