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.c2
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 05c9179c64..242facc161 100644
--- a/usr/src/common/smbios/smb_open.c
+++ b/usr/src/common/smbios/smb_open.c
@@ -21,6 +21,7 @@
/*
* Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
+ * Copyright 2015 Joyent, Inc.
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -87,6 +88,7 @@ smbios_bufopen(const smbios_entry_t *ep, const void *buf, size_t len,
case SMB_VERSION_26:
case SMB_VERSION_27:
case SMB_VERSION_28:
+ case SMB_VERSION_30:
break;
default:
return (smb_open_error(shp, errp, ESMB_VERSION));