diff --git a/parse.c b/parse.c index 65611e07c..20eec7305 100644 --- 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 */