return NULL at end of send_progress_thread
Signed-off-by: Jason Lee <jasonlee@lanl.gov>
This commit is contained in:
parent
162cc80b81
commit
dab80d636c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue