From: rread Date: Thu, 2 Oct 2003 19:52:53 +0000 (+0000) Subject: merge devel to lcfg X-Git-Tag: v1_7_0_51~2^7~477 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=49683e3dfe69fa2a13c27904738c3881df4f0813;p=fs%2Flustre-release.git merge devel to lcfg --- diff --git a/lustre/utils/lustre_cfg.c b/lustre/utils/lustre_cfg.c index 41a697a..ef64ed6 100644 --- a/lustre/utils/lustre_cfg.c +++ b/lustre/utils/lustre_cfg.c @@ -283,7 +283,7 @@ int jt_lcfg_add_uuid(int argc, char **argv) nal = ptl_name2nal(argv[3]); - if (nal == 0) { + if (nal <= 0) { fprintf (stderr, "Can't parse NAL %s\n", argv[3]); return -1; }