summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-01 10:07:24 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-01 10:07:24 +0000
commit232d6480a73d2f08edb341c90df01e4e31f7eee8 (patch)
treee772bd14025b51c323c410656d7da099b6df9a2e /source4/libcli
parenta6cf6cada93640fe6a24a7d3c5403079aeb7b4de (diff)
downloadsamba-232d6480a73d2f08edb341c90df01e4e31f7eee8.tar.gz
samba-232d6480a73d2f08edb341c90df01e4e31f7eee8.tar.bz2
samba-232d6480a73d2f08edb341c90df01e4e31f7eee8.zip
fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)
(This used to be commit c8ef04077413f44101ba071187554e65a8e1c8fc)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/auth/ntlmssp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/libcli/auth/ntlmssp.h b/source4/libcli/auth/ntlmssp.h
index c57646ca31..8d2fcab320 100644
--- a/source4/libcli/auth/ntlmssp.h
+++ b/source4/libcli/auth/ntlmssp.h
@@ -68,8 +68,7 @@ enum NTLM_MESSAGE_TYPE
#define NTLMSSP_NAME_TYPE_SERVER_DNS 0x03
#define NTLMSSP_NAME_TYPE_DOMAIN_DNS 0x04
-
-#define NTLMSSP_SIGN_VERSION 0xa
+#define NTLMSSP_SIGN_VERSION 1
typedef struct ntlmssp_state
{