typo in comment fixed
This commit is contained in:
parent
a48c8d873b
commit
06c5523a88
@ -1959,7 +1959,7 @@ int main(int argc, char **argv) {
|
|||||||
long long start;
|
long long start;
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
|
|
||||||
/* We need to initialize our libraries, and the server. */
|
/* We need to initialize our libraries, and the server configuration. */
|
||||||
zmalloc_enable_thread_safeness();
|
zmalloc_enable_thread_safeness();
|
||||||
srand(time(NULL)^getpid());
|
srand(time(NULL)^getpid());
|
||||||
gettimeofday(&tv,NULL);
|
gettimeofday(&tv,NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user