From dcc9565e57543991906fc0f7518339031e7704c8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Feb 2008 19:13:57 +0100 Subject: Add note about "unknown" in samr_Connect4 (from Samba3 rpc_parse). Guenther (This used to be commit 7e0e74ff541167cb3862e544b7e964006d2eb93c) --- source3/librpc/idl/samr.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl index 9d659af249..8f1db5961d 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -1229,6 +1229,7 @@ import "misc.idl", "lsa.idl", "security.idl"; /************************/ /* Function 0x3e */ + /* Only value we've seen for unknown is "2", possibly an address type ? */ NTSTATUS samr_Connect4( [in,unique,string,charset(UTF16)] uint16 *system_name, [in] uint32 unknown, -- cgit