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
hiredis
Commits
aacd4ccd
Commit
aacd4ccd
authored
Aug 25, 2019
by
Yossi Gottlieb
Browse files
Fix typo.
parent
153b8f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
sslio.c
View file @
aacd4ccd
...
@@ -165,7 +165,7 @@ int redisSslCreate(redisContext *c, const char *capath, const char *certpath,
...
@@ -165,7 +165,7 @@ int redisSslCreate(redisContext *c, const char *capath, const char *certpath,
else
{
else
{
unsigned
long
e
=
ERR_peek_last_error
();
unsigned
long
e
=
ERR_peek_last_error
();
snprintf
(
err
,
sizeof
(
err
)
-
1
,
"SSL_connect failed: %s"
,
snprintf
(
err
,
sizeof
(
err
)
-
1
,
"SSL_connect failed: %s"
,
ERR_reason_error_
S
tring
(
e
));
ERR_reason_error_
s
tring
(
e
));
}
}
__redisSetError
(
c
,
REDIS_ERR_IO
,
err
);
__redisSetError
(
c
,
REDIS_ERR_IO
,
err
);
}
}
...
...
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