]> granicus.if.org Git - sudo/commitdiff
removed an unreachable statement
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 19 Aug 1995 23:29:42 +0000 (23:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 19 Aug 1995 23:29:42 +0000 (23:29 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 65611e07c3f84a19801dd36b1eea5f32701f50e1..20eec7305e09a7ce03e3efe2be6ada3d59769532 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -214,7 +214,6 @@ path_matches(cmnd, path)
                return(FALSE);
        } else
            return(FALSE);
-       return(cmnd_st.st_dev == pst.st_dev && cmnd_st.st_ino == pst.st_ino);
     }
 
     /* grot through path's directory entries, looking for cmnd */