return NULL at end of send_progress_thread

Signed-off-by: Jason Lee <jasonlee@lanl.gov>
This commit is contained in:
Jason Lee 2024-04-09 11:53:15 -06:00
parent 162cc80b81
commit dab80d636c
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);
return (NULL);
}
static boolean_t