diff options
Diffstat (limited to 'usr/src/common/smbios/smb_open.c')
| -rw-r--r-- | usr/src/common/smbios/smb_open.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/common/smbios/smb_open.c b/usr/src/common/smbios/smb_open.c index 6747c84499..454fb61b8b 100644 --- a/usr/src/common/smbios/smb_open.c +++ b/usr/src/common/smbios/smb_open.c @@ -22,6 +22,7 @@ /* * Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved. * Copyright 2018 Joyent, Inc. + * Copyright 2021 Oxide Computer Company * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -232,6 +233,7 @@ smbios_bufopen(const smbios_entry_t *ep, const void *buf, size_t len, case SMB_VERSION_32: case SMB_VERSION_33: case SMB_VERSION_34: + case SMB_VERSION_35: break; default: return (smb_open_error(shp, errp, ESMB_VERSION)); |
