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.

This commit is contained in:
antirez
2010-02-19 11:23:57 +01:00
parent ce8330208a
commit 12d090d2d0
20 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
/* Select()-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 <string.h>