linux-warning-reduction-20090318
[openafs.git] / src / afs / afs_init.c
index ef51501..fd79310 100644 (file)
@@ -252,7 +252,7 @@ LookupInodeByPath(char *filename, ino_t * inode, struct vnode **fvpp)
 int
 afs_InitCellInfo(char *afile)
 {
-    ino_t inode;
+    ino_t inode = 0;
     int code;
 #if defined(LINUX_USE_FH)
     struct fid fh;