From fae10a7ca1ab1977b28e1ead5342953908dfd0a3 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 Jul 2007 20:34:51 +0100 Subject: We don't actually use the reset functions anywhere, and nothing really provides them. --- src/proto/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto') diff --git a/src/proto/nfs.c b/src/proto/nfs.c index 2743287f7..e21503c29 100644 --- a/src/proto/nfs.c +++ b/src/proto/nfs.c @@ -608,7 +608,7 @@ nfssymlink: return 1; } -INIT_FN ( INIT_RPC, rpc_init, nfs_reset, nfs_reset ); +INIT_FN ( INIT_RPC, rpc_init, nfs_reset ); struct protocol nfs_protocol __protocol = { .name = "nfs", -- cgit v1.2.3-55-g7522