From 4c0d8ebb6494af95f125e1e829dfb7453b7ad03e Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 29 Dec 2015 22:46:44 +0100 Subject: fix compiler warnings in hurd/libnetfs --- libnetfs/dir-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs') diff --git a/libnetfs/dir-lookup.c b/libnetfs/dir-lookup.c index 7ca526b7..8b8cd6ec 100644 --- a/libnetfs/dir-lookup.c +++ b/libnetfs/dir-lookup.c @@ -49,7 +49,7 @@ netfs_S_dir_lookup (struct protid *diruser, char *nextname; char *relpath; error_t error; - struct protid *newpi; + struct protid *newpi = NULL; struct iouser *user; if (!diruser) -- cgit v1.2.3