Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
57b94eac
Unverified
Commit
57b94eac
authored
May 07, 2021
by
Binbin
Committed by
GitHub
May 07, 2021
Browse files
Typo: Change port_get to port_getn in aeApiPoll panic message. (#8920)
parent
6b475989
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ae_evport.c
View file @
57b94eac
...
...
@@ -291,7 +291,7 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
return
0
;
/* Any other error indicates a bug. */
panic
(
"aeApiPoll: port_get, %s"
,
strerror
(
errno
));
panic
(
"aeApiPoll: port_get
n
, %s"
,
strerror
(
errno
));
}
state
->
npending
=
nevents
;
...
...
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