commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 58/87: libdiskfs: fix /servers/exec lookup


From: Samuel Thibault
Subject: [hurd] 58/87: libdiskfs: fix /servers/exec lookup
Date: Sun, 09 Nov 2014 11:05:04 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 626ff916ca63334e6c170f059ea47f9cfea19661
Author: Justus Winter <address@hidden>
Date:   Tue Sep 2 22:19:54 2014 +0200

    libdiskfs: fix /servers/exec lookup
    
    * libdiskfs/boot-start.c (diskfs_start_bootstrap): Pass retry_name to
    dir_lookup, which is later checked to be the empty string.
---
 libdiskfs/boot-start.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c
index 4cc7bb8..a590975 100644
--- a/libdiskfs/boot-start.c
+++ b/libdiskfs/boot-start.c
@@ -178,7 +178,7 @@ diskfs_start_bootstrap ()
       /* Attempt to set the active translator for the exec server so that
         filesystems other than the bootstrap can find it.  */
       err = dir_lookup (root_pt, _SERVERS_EXEC, O_NOTRANS, 0,
-                       &retry, pathbuf, &execnode);
+                       &retry, retry_name, &execnode);
       if (err)
        {
          error (0, err, "cannot set translator on %s", _SERVERS_EXEC);

-- 
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]