From 7bc4ffb06780879ec576807e1574756624c94f40 Mon Sep 17 00:00:00 2001 From: johann Date: Thu, 28 May 2009 09:52:02 +0000 Subject: [PATCH] Branch b1_8 quiet compiler warning. --- lnet/libcfs/nidstrings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/libcfs/nidstrings.c b/lnet/libcfs/nidstrings.c index 796e1b9..048c23b 100644 --- a/lnet/libcfs/nidstrings.c +++ b/lnet/libcfs/nidstrings.c @@ -415,7 +415,7 @@ libcfs_nid2str(lnet_nid_t nid) static struct netstrfns * libcfs_str2net_internal(const char *str, __u32 *net) { - struct netstrfns *nf; + struct netstrfns *nf = NULL; int nob; int netnum; int i; -- 1.8.3.1