diff options
author | not-a-robot[bot] <not-a-robot[bot]@users.noreply.github.com> | 2017-07-15 14:50:49 +0000 |
---|---|---|
committer | not-a-robot[bot] <not-a-robot[bot]@users.noreply.github.com> | 2017-07-15 14:50:49 +0000 |
commit | 97d611e9b58ea5d26a203aafe5a586a00d1e380c (patch) | |
tree | ebbede1630435cd68656c64e87decc2282f1c111 /net.c | |
parent | 74be165c8402739d329954ece50b1c4cfe9d1e16 (diff) | |
parent | 3c32344a41b1c9a7d6daccc2c54cf70b4dfd4d5b (diff) |
Merge #533
533: Small fixes r=badboy
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -143,7 +143,6 @@ int redisKeepAlive(redisContext *c, int interval) { } #else #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) - val = interval; if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &val, sizeof(val)) < 0) { __redisSetError(c,REDIS_ERR_OTHER,strerror(errno)); return REDIS_ERR; |