]> git.saurik.com Git - redis.git/commit
Don't change the replication state if SLAVE OF is called with arguments specifying...
authorantirez <antirez@gmail.com>
Mon, 16 Jan 2012 10:27:22 +0000 (11:27 +0100)
committerantirez <antirez@gmail.com>
Mon, 16 Jan 2012 10:29:47 +0000 (11:29 +0100)
commitebdfad69dce1b3a1a48960328e5f6c3ed8fafa41
treeaa91508b30a8160cebacee0f6049906b3f04a60a
parent1596d6a61e4c92fcde30fb2628a242ab01cb5883
Don't change the replication state if SLAVE OF is called with arguments specifying the same master we are already connected with. This fixes issues #290.
src/replication.c