s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()
authorMichael Adam <obnox@samba.org>
Fri, 29 Jun 2012 08:47:56 +0000 (10:47 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 29 Jun 2012 13:21:19 +0000 (15:21 +0200)
commit0a5f36333303812f772a5b7ac84808bd634a4e4a
tree69d624a35cdc1e6d7bac0e0f366c10743cdae945
parentd6abf79247c4a60a6cdc221904e6fcacf5e1ac9a
s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()

This matches the function's intention much closer, since it
also tests whether we have a valid local read only copy.

Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
source3/lib/dbwrap/dbwrap_ctdb.c