mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix misleading comment.
MFC after: 1 week
This commit is contained in:
parent
ba693877af
commit
b181c8aac6
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ namei(struct nameidata *ndp)
|
|||
vfslocked = (ndp->ni_cnd.cn_flags & GIANTHELD) != 0;
|
||||
ndp->ni_cnd.cn_flags &= ~GIANTHELD;
|
||||
/*
|
||||
* Check for symbolic link
|
||||
* If not a symbolic link, we're done.
|
||||
*/
|
||||
if ((cnp->cn_flags & ISSYMLINK) == 0) {
|
||||
if ((cnp->cn_flags & (SAVENAME | SAVESTART)) == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue