mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
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:
parent
e5e2a5a3b8
commit
e5ddecd1a7
@ -1053,6 +1053,7 @@ send_progress_thread(void *arg)
|
||||
}
|
||||
}
|
||||
pthread_cleanup_pop(B_TRUE);
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
static boolean_t
|
||||
|
Loading…
Reference in New Issue
Block a user