conflict resolved in cherry pick

This commit is contained in:
antirez 2011-02-22 00:03:03 +01:00
parent 226157c42c
commit 9261880e78

View File

@ -945,6 +945,7 @@ void initServer() {
}
if (server.ds_enabled) dsInit();
srand(time(NULL)^getpid());
}
/* Populates the Redis Command Table starting from the hard coded list