commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 45/75: fix compiler warnings in hurd/libnetfs


From: Samuel Thibault
Subject: [hurd] 45/75: fix compiler warnings in hurd/libnetfs
Date: Thu, 14 Jan 2016 01:04:09 +0000

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]