X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fcache.c;h=fd317cdc40fc16c9744de0dded6b84442c001d6e;hp=ce1a5a9f41bc9accd5d6433e77926d29b693d66a;hb=bfdc26916d8dabd319240a3ce5198b6189040be7;hpb=812a43c1e4e055ee684ab95b28b41f0c16cc52fd;ds=sidebyside diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c index ce1a5a9..fd317cd 100644 --- a/utils/mountd/cache.c +++ b/utils/mountd/cache.c @@ -508,7 +508,7 @@ void nfsd_fh(FILE *f) */ qword_printint(f, 0x7fffffff); if (found) - qword_print(f, found->e_path); + qword_print(f, found_path); qword_eol(f); out: free(found_path);