mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
vacuum: fix and improve a comment
(This used to be ctdb commit 0ed349c24c7399b3b440c1f5d573db77ddb988b3)
This commit is contained in:
parent
b09bd3e841
commit
1c0bc40961
@ -670,9 +670,10 @@ static int ctdb_vacuum_db(struct ctdb_db_context *ctdb_db,
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*
|
||||
* outdata countains the list of records coming back
|
||||
* from the node which the node could not delete
|
||||
/*
|
||||
* outdata contains the list of records coming back
|
||||
* from the node: These are the records that the
|
||||
* remote node could not delete.
|
||||
*/
|
||||
records = (struct ctdb_marshall_buffer *)outdata.dptr;
|
||||
rec = (struct ctdb_rec_data *)&records->data[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user