allow a minimal timeout in compares

This commit is contained in:
Pierangelo Masarati 2005-08-22 09:42:26 +00:00
parent 21e33fed33
commit ec1042b19e

View File

@ -179,7 +179,7 @@ meta_back_compare( Operation *op, SlapReply *rs )
struct timeval tv = { 0 }; struct timeval tv = { 0 };
tv.tv_sec = 0; tv.tv_sec = 0;
tv.tv_usec = 0; tv.tv_usec = 100000; /* 0.1 s */
if ( msgid[ i ] == -1 ) { if ( msgid[ i ] == -1 ) {
continue; continue;