summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Barden <matt.barden@nexenta.com>2018-05-07 17:36:42 -0400
committerGordon Ross <gwr@nexenta.com>2019-05-15 12:52:25 -0400
commit2849e8402eca436e7a7eca178c7ab6644a093a3e (patch)
tree9b720a92cba95c29c088c96b359a202cde7d2e05
parentc26bf377e2245534feb1f92b43f6d4ed32513c41 (diff)
downloadillumos-joyent-2849e8402eca436e7a7eca178c7ab6644a093a3e.tar.gz
10909 Incorrect parameters passed to DC lead to STATUS_INVALID_INFO_CLASS
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sam Zaydel <szaydel@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
-rw-r--r--usr/src/uts/common/smbsrv/ndl/netlogon.ndl3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/smbsrv/ndl/netlogon.ndl b/usr/src/uts/common/smbsrv/ndl/netlogon.ndl
index 907d52ec72..eded8f8415 100644
--- a/usr/src/uts/common/smbsrv/ndl/netlogon.ndl
+++ b/usr/src/uts/common/smbsrv/ndl/netlogon.ndl
@@ -22,7 +22,7 @@
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
- * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
+ * Copyright 2018 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _MLSVC_NETR_NDL_
@@ -395,6 +395,7 @@ struct netr_validation_info {
* unmarshalled. NT does not clear out the unused bytes in the
* DWORD so they must be cast to get the correct value.
*/
+ALIGN(2)
OPERATION(NETR_OPNUM_SamLogon)
struct netr_SamLogon {
IN LPTSTR servername;