Drop the block count in the garbage collector
This commit is contained in:
parent
967d066d8e
commit
01d56c1eec
9 changed files with 23 additions and 37 deletions
|
|
@ -503,7 +503,7 @@ static void performOp(unsigned int clientVersion,
|
|||
|
||||
writeStrings(results.paths, to);
|
||||
writeLongLong(results.bytesFreed, to);
|
||||
writeLongLong(results.blocksFreed, to);
|
||||
writeLongLong(0, to); // obsolete
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue