mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
vacuum: fix a comment typo in vacuum_traverse()
(This used to be ctdb commit 88ad1e75c686cd47aec18b0a8eb93c3b125f0e97)
This commit is contained in:
parent
f14b730adb
commit
a4988be457
@ -250,7 +250,7 @@ static int vacuum_traverse(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data,
|
||||
|
||||
if (lmaster == ctdb->pnn) {
|
||||
/*
|
||||
* We are both lmaster and dmaster, and the record * is empty.
|
||||
* We are both lmaster and dmaster, and the record is empty.
|
||||
* So we should be able to delete it.
|
||||
*/
|
||||
res = add_record_to_delete_tree(vdata, key, hdr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user