Skip to content

Commit

Permalink
Update links in sweep().
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed May 2, 2013
1 parent 35c2a06 commit 32bc6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/grnxx/storage/storage_impl.cpp
Expand Up @@ -740,6 +740,7 @@ bool StorageImpl::sweep_subtree(Time threshold, NodeHeader *node_header) {
if (!sweep_subtree(threshold, child_node_header)) {
return false;
}
node_header->child_node_id = child_node_id;
}
node_header->status = STORAGE_NODE_IDLE;
node_header->modified_time = clock_.now();
Expand Down

0 comments on commit 32bc6df

Please sign in to comment.