Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
06c5523a
Commit
06c5523a
authored
Jan 21, 2012
by
antirez
Browse files
typo in comment fixed
parent
a48c8d87
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis.c
View file @
06c5523a
...
@@ -1959,7 +1959,7 @@ int main(int argc, char **argv) {
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment