mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 437963000
This commit is contained in:
@@ -48,7 +48,7 @@ PosixErrorOr<int> ReplicaID(const FileDescriptor& master) {
|
||||
int unlock = 0;
|
||||
ret = ioctl(master.get(), TIOCSPTLCK, &unlock);
|
||||
if (ret < 0) {
|
||||
return PosixError(errno, "ioctl(TIOSPTLCK) failed");
|
||||
return PosixError(errno, "ioctl(TIOCSPTLCK) failed");
|
||||
}
|
||||
|
||||
return n;
|
||||
|
||||
Reference in New Issue
Block a user