X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2Fmount.c;h=8b2ba7bd37591933949648eb0eed773e62d8b24a;hb=8819789ef2264b26aebfae489932a447f6e0f65f;hp=e4eb3a13a3f87ee241d4f2d06754565becfaafee;hpb=a6d16121ebce069728e454b9bd4c5716d59c8809;p=bluesky.git diff --git a/nfs3/mount.c b/nfs3/mount.c index e4eb3a1..8b2ba7b 100644 --- a/nfs3/mount.c +++ b/nfs3/mount.c @@ -19,8 +19,8 @@ mountproc3_null_3_svc(void *argp, struct svc_req *rqstp) mountres3 * mountproc3_mnt_3_svc(dirpath *argp, struct svc_req *rqstp) { - static char fhbytes[] = {0, 0, 0, 1}; - static fhandle3 fh = {4, fhbytes}; + static char fhbytes[] = {0, 0, 0, 0, 0, 0, 0, 1}; + static fhandle3 fh = {8, fhbytes}; static mountres3 result; static int auth_flavors = AUTH_UNIX;