summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/nfs_socket.c')
-rw-r--r--sys/nfsclient/nfs_socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index 697478c71578..0440c7bccac3 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -1188,6 +1188,7 @@ nfs_timer(void *arg)
}
}
splx(s);
+ callout_reset(&nfs_callout, nfs_ticks, nfs_timer, NULL);
}
/*