diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/sys_pipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index d53c8a3..16af809 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -1311,6 +1311,7 @@ pipe_ioctl(fp, cmd, data, active_cred, td) default: error = ENOTTY; + break; } PIPE_UNLOCK(mpipe); return (error); |