Whamcloud - gitweb
LU-14797 nodemap: map project id
[fs/lustre-release.git] / lustre / utils / obd.c
index 416c4df..5a4ee67 100644 (file)
@@ -4155,7 +4155,7 @@ int jt_nodemap_test_id(int argc, char **argv)
        }
 
        rc = nodemap_cmd(LCFG_NODEMAP_TEST_ID, &rawbuf, sizeof(rawbuf),
-                        argv[0], nidstr, typestr, idstr);
+                        argv[0], nidstr, typestr, idstr, NULL);
        if (rc == 0)
                printf("%s\n", (char *)rawbuf);