diff options
Diffstat (limited to 'utils/exportfs')
-rw-r--r-- | utils/exportfs/exportfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index 9f79541..4331697 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -420,7 +420,7 @@ static int test_export(char *path, int with_fsid) char buf[1024]; int fd, n; - sprintf(buf, "-test-client- %s 3 %d -1 -1 0\n", + sprintf(buf, "-test-client- %s 3 %d 65534 65534 0\n", path, with_fsid ? NFSEXP_FSID : 0); fd = open("/proc/net/rpc/nfsd.export/channel", O_WRONLY); |