Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Fri, 30 Jul 2004 11:29:22 -0600, "Lehman, Curtis" <CLehman at carrieraccess.com> wrote: >Hi Tony, > >My IT discovered that the problem showed up with the 2.0.47 release. We >tried wrapping the program in a script that delayed until all the services >started, but that didn't even seem to fix the problem. He has an issue with >this problem because of how he monitors the company network, this will cause >alarms and pagers to go off. Do you have any suggestions as to what the >problem might be or how to fix it? > D:\cvssrc\cvsnt\cvsservice>cvs diff -r CVSNT_2_0_41 -r CVSNT_2_0_47 Service.cpp Index: Service.cpp =================================================================== RCS file: /usr/local/cvs/cvsnt/cvsservice/Service.cpp,v retrieving revision 1.32.2.6 retrieving revision 1.32.2.7 diff -r1.32.2.6 -r1.32.2.7 162c162 < int l = strlen(p)+1; --- > size_t l = strlen(p)+1; It's not a version difference then... I suggest switching the monitoring of that event off until someone has some a bright idea. Tony