diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2006-09-23 15:02:39 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2006-09-23 15:02:39 +0000 |
| commit | d0f978de5d05b8ee9ea59865d9e8233142e9c720 (patch) | |
| tree | e28fd13190dbd39ce19a5801f4941eb0cbd04041 /lib | |
| parent | 99d3aec6288f514587b2ff0723d8cbac236668f5 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/rpc/clnt_vc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_vc.c b/lib/libc/rpc/clnt_vc.c index 10780a55523d..9bc476eff323 100644 --- a/lib/libc/rpc/clnt_vc.c +++ b/lib/libc/rpc/clnt_vc.c @@ -243,9 +243,9 @@ clnt_vc_create(fd, raddr, prog, vers, sendsz, recvsz) } } mutex_unlock(&clnt_fd_lock); + thr_sigsetmask(SIG_SETMASK, &(mask), NULL); if (!__rpc_fd2sockinfo(fd, &si)) goto err; - thr_sigsetmask(SIG_SETMASK, &(mask), NULL); ct->ct_closeit = FALSE; |
