diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-06-30 15:01:11 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-06-30 15:01:11 +0000 |
| commit | 366b94c4a9552acfb560d3234aea0955ebc1eb8e (patch) | |
| tree | 0bee3a4dbb699714374eeab0af43e63f1bf9672d /util/fptr_wlist.c | |
| parent | 4713c21a1ac91081e50e474d11fcec002b43a562 (diff) | |
Diffstat (limited to 'util/fptr_wlist.c')
| -rw-r--r-- | util/fptr_wlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fptr_wlist.c b/util/fptr_wlist.c index 02f85e8dc4ab..94d23fa3a32a 100644 --- a/util/fptr_wlist.c +++ b/util/fptr_wlist.c @@ -127,6 +127,7 @@ fptr_whitelist_comm_timer(void (*fptr)(void*)) #endif else if(fptr == &auth_xfer_timer) return 1; else if(fptr == &auth_xfer_probe_timer_callback) return 1; + else if(fptr == &auth_xfer_transfer_timer_callback) return 1; return 0; } |
