summaryrefslogtreecommitdiffstats
path: root/src/filecache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filecache.c')
-rw-r--r--src/filecache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filecache.c b/src/filecache.c
index ac88b66..5f81f14 100644
--- a/src/filecache.c
+++ b/src/filecache.c
@@ -156,7 +156,7 @@ int file_cache_close(void *f) {
}
void* file_cache_open(const char *path, int flags) {
- struct file_info *fi;
+ struct file_info *fi = NULL;
char tempfile[PATH_MAX];
const char *length = NULL;
ne_request *req = NULL;