Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Dec 2017 06:30:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 224196] Missing opening curly brace in zfsboot.c
Message-ID:  <bug-224196-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224196

            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@FreeBSD.org
          Reporter: darin@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);
            }

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224196-8>