diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-14 18:10:19 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-14 18:10:19 +0000 |
commit | 2026ce0437cca8cb15149a5c488f93110f69131d (patch) | |
tree | 7bdeded20cbe0cc5222cb8aeeb773f761cc7cc79 /nfsd/loop.c | |
parent | 332efe88b6fbf47a33cd27a4b9b22276a30c181f (diff) |
*** empty log message ***
Diffstat (limited to 'nfsd/loop.c')
-rw-r--r-- | nfsd/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsd/loop.c b/nfsd/loop.c index 38edae62..7d047490 100644 --- a/nfsd/loop.c +++ b/nfsd/loop.c @@ -101,7 +101,7 @@ server_loop (int fd) case NFS_PROGRAM: version = NFS_VERSION; - table = &nfstable; + table = &nfs2table; break; case PMAPPROG: |