From aaa32213bc74810f911fcaefdad01f117399f8d0 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 17 Dec 2003 19:49:18 +0000 Subject: [PATCH] Silence bogus compiler warning. --- lustre/obdfilter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 0fed74f..e25189e 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1625,7 +1625,7 @@ static int filter_precreate(struct obd_device *obd, struct obdo *oa, struct dentry *dparent; int err = 0, rc = 0, i; __u64 next_id; - void *handle; + void *handle = NULL; ENTRY; filter = &obd->u.filter; -- 1.8.3.1