]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/nlmtest/nlmtest.c
Change to using variable length file handles, for better v3 support, and
[nfs-utils.git] / tools / nlmtest / nlmtest.c
index 77dd889df3e355b1c61aac8ed6c6e24988d4f794..d0acc47f68a9f5379800582fe725cbaf4dc5abd7 100644 (file)
@@ -234,7 +234,7 @@ makefileh(struct netobj *fh)
 {
        static struct knfs_fh   f;
        struct stat             stb;
-
+#error this needs updating if it is still wanted
        memset(&f, 0, sizeof(f));
 #if 0
        if (stat(NLMTEST_DIR, &stb) < 0) {