summaryrefslogtreecommitdiff
path: root/adlist.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 /adlist.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 'adlist.c')
-rw-r--r--adlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adlist.c b/adlist.c
index 15b2617c0..fd2d6fd14 100644
--- a/adlist.c
+++ b/adlist.c
@@ -1,6 +1,6 @@
/* adlist.c - A generic doubly linked list implementation
*
- * Copyright (c) 2006-2009, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without