summaryrefslogtreecommitdiff
path: root/ae_epoll.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-02-19 11:23:57 +0100
committerantirez <antirez@gmail.com>2010-02-19 11:23:57 +0100
commit12d090d2d0a9ff8d2c082b97cf405a30c7126752 (patch)
treedaa3ed06714d8237815abe07e20bf4efa9157ef6 /ae_epoll.c
parentce8330208aacd63743ce706be020b5a7838f0a29 (diff)
downloadredis-12d090d2d0a9ff8d2c082b97cf405a30c7126752.tar.gz
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
Diffstat (limited to 'ae_epoll.c')
-rw-r--r--ae_epoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ae_epoll.c b/ae_epoll.c
index a8cd3adc1..d48977b65 100644
--- a/ae_epoll.c
+++ b/ae_epoll.c
@@ -1,5 +1,5 @@
/* Linux epoll(2) based ae.c module
- * Copyright (C) 2009 Salvatore Sanfilippo - antirez@gmail.com
+ * Copyright (C) 2009-2010 Salvatore Sanfilippo - antirez@gmail.com
* Released under the BSD license. See the COPYING file for more info. */
#include <sys/epoll.h>