summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/nmbd/nmbd_processlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c
index 8780139643..aa4a85c3c8 100644
--- a/source3/nmbd/nmbd_processlogon.c
+++ b/source3/nmbd/nmbd_processlogon.c
@@ -423,7 +423,7 @@ logons are not enabled.\n", inet_ntoa(p->ip) ));
get_pdc._pad = data_blob_null;
get_pdc.unicode_pdc_name = global_myname();
get_pdc.domain_name = lp_workgroup();
- get_pdc.nt_version = 1;
+ get_pdc.nt_version = NETLOGON_NT_VERSION_1;
get_pdc.lmnt_token = 0xffff;
get_pdc.lm20_token = 0xffff;