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
bd6f86eb
Commit
bd6f86eb
authored
Aug 20, 2020
by
michael-grunder
Browse files
Fix sockaddr typo
Fixes #867
parent
48696e7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
bd6f86eb
...
...
@@ -255,7 +255,7 @@ typedef struct redisContext {
}
unix_sock
;
/* For non-blocking connect */
struct
sockadr
*
saddr
;
struct
sockad
d
r
*
saddr
;
size_t
addrlen
;
/* Optional data and corresponding destructor users can use to provide
...
...
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