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
cac4bae1
Commit
cac4bae1
authored
Apr 24, 2014
by
antirez
Browse files
AE_ERR -> ANET_ERR in acceptUnixHandler().
No actual changes since the value is the same.
parent
c3f85c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
cac4bae1
...
...
@@ -602,7 +602,7 @@ void acceptUnixHandler(aeEventLoop *el, int fd, void *privdata, int mask) {
REDIS_NOTUSED
(
privdata
);
cfd
=
anetUnixAccept
(
server
.
neterr
,
fd
);
if
(
cfd
==
A
E
_ERR
)
{
if
(
cfd
==
A
NET
_ERR
)
{
redisLog
(
REDIS_WARNING
,
"Accepting client connection: %s"
,
server
.
neterr
);
return
;
}
...
...
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