summaryrefslogtreecommitdiff
path: root/usr/src/common/smbios/smb_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/smbios/smb_open.c')
-rw-r--r--usr/src/common/smbios/smb_open.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/common/smbios/smb_open.c b/usr/src/common/smbios/smb_open.c
index 36472b491d..a81294592d 100644
--- a/usr/src/common/smbios/smb_open.c
+++ b/usr/src/common/smbios/smb_open.c
@@ -21,7 +21,7 @@
/*
* Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
- * Copyright 2016 Joyent, Inc.
+ * Copyright 2018 Joyent, Inc.
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -229,6 +229,7 @@ smbios_bufopen(const smbios_entry_t *ep, const void *buf, size_t len,
case SMB_VERSION_28:
case SMB_VERSION_30:
case SMB_VERSION_31:
+ case SMB_VERSION_32:
break;
default:
return (smb_open_error(shp, errp, ESMB_VERSION));