summaryrefslogtreecommitdiffstats
path: root/tools/nlmtest/nlmtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nlmtest/nlmtest.c')
-rw-r--r--tools/nlmtest/nlmtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nlmtest/nlmtest.c b/tools/nlmtest/nlmtest.c
index 77dd889..d0acc47 100644
--- a/tools/nlmtest/nlmtest.c
+++ b/tools/nlmtest/nlmtest.c
@@ -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) {