Skip to content

Commit 62fe4f3

Browse files
committed
fixup - handle another missed case
1 parent 6df5eb2 commit 62fe4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/unifyfs_group_rpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ void collective_set_local_retval(coll_request* coll_req, int val)
718718
ecbo->ret = val;
719719
break;
720720
}
721-
case UNIFYFS_SERVER_BCAST_RPC_EXTENTS_INVALIDATE: {
721+
case UNIFYFS_SERVER_BCAST_RPC_EXTENTS_CACHE_INVALIDATE: {
722722
invalidate_extent_cache_bcast_out_t* iecbo = (invalidate_extent_cache_bcast_out_t*) output;
723723
iecbo->ret = val;
724724
break;

0 commit comments

Comments
 (0)