This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit 4c0d8ebb6494af95f125e1e829dfb7453b7ad03e Author: Flavio Cruz <[email protected]> Date: Tue Dec 29 22:46:44 2015 +0100 fix compiler warnings in hurd/libnetfs --- libnetfs/dir-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetfs/dir-lookup.c b/libnetfs/dir-lookup.c index 7ca526b..8b8cd6e 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) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
