Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abb3cb
)
merge with HEAD
author
nikita
<nikita>
Thu, 20 Dec 2007 15:05:14 +0000
(15:05 +0000)
committer
nikita
<nikita>
Thu, 20 Dec 2007 15:05:14 +0000
(15:05 +0000)
lnet/libcfs/nidstrings.c
patch
|
blob
|
history
diff --git
a/lnet/libcfs/nidstrings.c
b/lnet/libcfs/nidstrings.c
index
ae8794c
..
75ae7b0
100644
(file)
--- 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;
}