diff options
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r-- | sys/kern/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 1a780ae..e31d070 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -204,7 +204,7 @@ static int ttydev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) { struct tty *tp = dev->si_drv1; - int error; + int error = 0; /* Disallow access when the TTY belongs to a different prison. */ if (dev->si_cred != NULL && |