From: adilger Date: Wed, 17 Dec 2003 19:49:18 +0000 (+0000) Subject: Silence bogus compiler warning. X-Git-Tag: 1.0.2~31 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=aaa32213bc74810f911fcaefdad01f117399f8d0;p=fs%2Flustre-release.git Silence bogus compiler warning. --- 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;