[Bug 224196] Missing opening curly brace in zfsboot.c
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 9 06:30:42 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224196
Bug ID: 224196
Summary: Missing opening curly brace in zfsboot.c
Product: Base System
Version: CURRENT
Hardware: i386
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: darin at technotic.ca
/usr/src/stand/i386/zfsboot/zfsboot.c
if (!OPT_CHECK(RBX_QUIET)) {
printf("zfs nextboot: %s\n", cmddup);
}
should be
if (!OPT_CHECK(RBX_QUIET)) {
printf("zfs nextboot: %s\n", cmddup);
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list