return NULL at end of send_progress_thread

Reviewed-by: Rob Norris <robn@despairlabs.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jason Lee <jasonlee@lanl.gov>
Closes #16074
This commit is contained in:
Jason Lee 2024-04-10 16:01:39 -06:00 committed by Tony Hutter
parent 86b39b41a0
commit 97889c037a
1 changed files with 1 additions and 0 deletions

View File

@ -1053,6 +1053,7 @@ send_progress_thread(void *arg)
} }
} }
pthread_cleanup_pop(B_TRUE); pthread_cleanup_pop(B_TRUE);
return (NULL);
} }
static boolean_t static boolean_t