ctdb_call: don't bump the rsn in ctdb_become_dmaster() any more
authorMichael Adam <obnox@samba.org>
Wed, 3 Apr 2013 10:02:59 +0000 (12:02 +0200)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 17 Apr 2013 11:16:32 +0000 (21:16 +1000)
commitcad3107b12e8392f786f9a758ee38cf3a3d58538
tree6d2e0e7ef1d102d099e656e8c9b1fb2136694f0b
parentfeb1d40b21a160737aead22e398f3c34ff3be8de
ctdb_call: don't bump the rsn in ctdb_become_dmaster() any more

This is now done in ctdb_ltdb_store_server(), so this
extra bump can be spared.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-By: Amitay Isaacs <amitay@gmail.com>
server/ctdb_call.c