diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 19:13:57 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 19:13:57 +0100 |
commit | dcc9565e57543991906fc0f7518339031e7704c8 (patch) | |
tree | de78eb180032b01569a90d32a0e98d5735621521 /source3/librpc/idl | |
parent | 24692c83a946f8d215487a49a586f315837f4b63 (diff) | |
download | samba-dcc9565e57543991906fc0f7518339031e7704c8.tar.gz samba-dcc9565e57543991906fc0f7518339031e7704c8.tar.bz2 samba-dcc9565e57543991906fc0f7518339031e7704c8.zip |
Add note about "unknown" in samr_Connect4 (from Samba3 rpc_parse).
Guenther
(This used to be commit 7e0e74ff541167cb3862e544b7e964006d2eb93c)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/samr.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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, |