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
bea137ca
"vscode:/vscode.git/clone" did not exist on "db3f131dfc92022fda39386b6b2f2ac33a29e010"
Unverified
Commit
bea137ca
authored
Aug 20, 2020
by
Michael Grunder
Committed by
GitHub
Aug 20, 2020
Browse files
Merge pull request #868 from michael-grunder/fix-sockaddr-typo
Fix sockaddr typo
parents
48696e7e
bd6f86eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
bea137ca
...
...
@@ -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