Skip to content

Commit

Permalink
return NULL at end of send_progress_thread
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed Apr 9, 2024
1 parent f07389d commit b8d9c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libzfs/libzfs_sendrecv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ send_progress_thread(void *arg)
}
}
pthread_cleanup_pop(B_TRUE);
return (NULL);
}

static boolean_t
Expand Down

0 comments on commit b8d9c8d

Please sign in to comment.