Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 5, 2024
1 parent 4614717 commit 7a0dab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nfs/nfs_node_simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ error_code nfs_node_simple::stop()

void nfs_node_simple::on_copy(const copy_request &request, ::dsn::rpc_replier<copy_response> &reply)
{
_server->on_copy(request,
reply);
_server->on_copy(request, reply);
}

void nfs_node_simple::on_get_file_size(
Expand Down

0 comments on commit 7a0dab3

Please sign in to comment.