]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/utils.c
ITS#5129 fix alock_close with Quick mode
[openldap] / libraries / liblutil / utils.c
index 3891cfacf17060273cb8c8821da5a21705ac273b..2cd105ed92cf6dd4ddbb4f1c6ea1a7713b24a0dc 100644 (file)
@@ -272,7 +272,9 @@ int lutil_parsetime( char *atm, struct lutil_tm *tm )
        return -1;
 }
 
-/* return a broken out time, with microseconds */
+/* return a broken out time, with microseconds
+ * Must be mutex-protected.
+ */
 #ifdef _WIN32
 /* Windows SYSTEMTIME only has 10 millisecond resolution, so we
  * also need to use a high resolution timer to get microseconds.