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: [email protected]
          Reporter: [email protected]

/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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to