hi all,

elektra-0.6.2, In file kdb.c, function kdbMonitorKeys_default(),line 856:
              diff=kdbMonitorKey(handle,current,diffMask,1,0);
should be
              diff=kdbMonitorKey(handle,current,diffMask,2,0);
because kdbMonitorKey will then call  kdbMonitorKey_default() in file
backendhelpers.c.
and there is a
               while (infinitum || --iterations) {....}
which will prevent it to enter the while if iterations is '1' instead of '2'.


cheers,
Mingwang


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Registry-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/registry-list

Reply via email to