Fix sockaddr typo

Fixes #867
This commit is contained in:
michael-grunder 2020-08-20 17:58:23 -07:00
parent 48696e7e5e
commit bd6f86eb6b
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ typedef struct redisContext {
} unix_sock;
/* For non-blocking connect */
struct sockadr *saddr;
struct sockaddr *saddr;
size_t addrlen;
/* Optional data and corresponding destructor users can use to provide