summaryrefslogtreecommitdiff
path: root/source/libsmb
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-06 05:13:26 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-06 05:13:26 +0000
commita39a289a7d555ca2b81daa82ca5ed7ebf4933969 (patch)
treefbc011433b6c3a896e143d12ad69a01eb2de061e /source/libsmb
parenta5c9742fc4df8019acc882c413008f97a31f1ccf (diff)
downloadsamba-a39a289a7d555ca2b81daa82ca5ed7ebf4933969.tar.gz
turns out that POLICY_HND actually contains an RPC_UUID. only found this
out by receiving little-endian DCE/RPC packets and sending big-endian DCE/RPC packets, of course the POLICY_HND was wrong...
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clientgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index 5eda1bc356a..5b887cdf56f 100644
--- a/source/libsmb/clientgen.c
+++ b/source/libsmb/clientgen.c
@@ -3230,6 +3230,7 @@ BOOL cli_establish_connection(struct cli_state *cli,
dump_data(100, cli->cryptkey, 8);
#endif
prs_init(&auth_resp, 0x0, 4, False);
+ auth_resp.bigendian = False;
if (cli->use_ntlmv2 != False)
{