diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2006-09-09 22:18:57 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2006-09-09 22:18:57 +0000 |
| commit | b0eb405d46d619df4a60d7ecfdf31dac2b9d029a (patch) | |
| tree | 7328f074784dc9db25ef61fd4a004f8738d43d1d /lib | |
| parent | e0c693387f67022508754ce1fdae6cf47db0478d (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 e15caac9e908..414eb0bcaa68 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; |
