summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-07 23:03:41 +0000
committerpeter <peter@FreeBSD.org>2002-02-07 23:03:41 +0000
commit5830d22764b027cd885c6f0c8e4e1cc2211e79c6 (patch)
treea8ec9e1c3545b84a3940c8c8732bcaf2d565bd61 /sys/nfsclient
parent71eb37ca9fa37207b3d5b0d04538c7b53cef8499 (diff)
downloadFreeBSD-src-5830d22764b027cd885c6f0c8e4e1cc2211e79c6.zip
FreeBSD-src-5830d22764b027cd885c6f0c8e4e1cc2211e79c6.tar.gz
Fix a long line touched in previous commit (but not caused by previous
commit)
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_socket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index 59aecc4..73ecf47 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -1067,8 +1067,9 @@ nfs_timer(void *arg)
struct nfsmount *nmp;
int timeo;
int s, error;
- struct thread *td = &thread0; /* XXX for credentials, will break if sleep */
+ struct thread *td;
+ td = &thread0; /* XXX for credentials, may break if sleep */
s = splnet();
TAILQ_FOREACH(rep, &nfs_reqq, r_chain) {
nmp = rep->r_nmp;
OpenPOWER on IntegriCloud