mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
fix typo in previous commit
This commit is contained in:
parent
620f8a33eb
commit
0765f5fe7f
@ -454,7 +454,7 @@ get_process_ttyname(char *name, size_t namelen)
|
||||
if (rdev != (dev_t)-1) {
|
||||
errno = serrno;
|
||||
rval = sudo_ttyname_dev(rdev, name, namelen);
|
||||
got done;
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user