2
0
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:
Todd C. Miller 2015-07-22 06:21:21 -06:00
parent 620f8a33eb
commit 0765f5fe7f

View File

@ -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;
}
}
}