Skip to content

Commit f5bbe7a

Browse files
committed
fixup - compile
1 parent 4791907 commit f5bbe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/unifyfs_p2p_rpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ void cleanup_p2p_request(p2p_request* preq)
170170
/* release other pending state */
171171
if (ABT_MUTEX_NULL != preq->pending_sync) {
172172
if (ABT_COND_NULL != preq->pending_cond) {
173+
int waiters = 0;
173174
do {
174-
int waiters = 0;
175175
ABT_mutex_lock(preq->pending_sync);
176176
waiters = preq->pending_waiters;
177177
ABT_mutex_unlock(preq->pending_sync);

0 commit comments

Comments
 (0)