Skip to content

Commit

Permalink
return NULL at end of send_progress_thread
Browse files Browse the repository at this point in the history
Reviewed-by: Rob Norris <robn@despairlabs.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jason Lee <jasonlee@lanl.gov>
Closes openzfs#16074
  • Loading branch information
calccrypto authored and lundman committed Sep 2, 2024
1 parent 8203d5b commit 81f59b9
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 81f59b9

Please sign in to comment.