From: nikita Date: Thu, 20 Dec 2007 15:05:14 +0000 (+0000) Subject: merge with HEAD X-Git-Tag: v1_7_0_51~377 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=be893730d52a6b29b8fac2d51fa429d228012cb3;p=fs%2Flustre-release.git merge with HEAD --- diff --git a/lnet/libcfs/nidstrings.c b/lnet/libcfs/nidstrings.c index ae8794c..75ae7b0 100644 --- a/lnet/libcfs/nidstrings.c +++ b/lnet/libcfs/nidstrings.c @@ -274,7 +274,7 @@ libcfs_num_str2addr(char *str, int nob, __u32 *addr) n = nob; if (sscanf(str, "%u%n", addr, &n) >= 1 && n == nob) return 1; - + return 0; }