summaryrefslogtreecommitdiffstats
path: root/source/winregd/srv_reg_nt.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/winregd/srv_reg_nt.c')
-rw-r--r--source/winregd/srv_reg_nt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/winregd/srv_reg_nt.c b/source/winregd/srv_reg_nt.c
index 7e1b36e01fe..7b4e65bbf67 100644
--- a/source/winregd/srv_reg_nt.c
+++ b/source/winregd/srv_reg_nt.c
@@ -153,11 +153,11 @@ uint32 _reg_info(POLICY_HND* pol, BUFFER2* buf, uint32* type)
char *key;
if (lp_server_role() == ROLE_DOMAIN_PDC)
{
- key = "ServerNT";
+ key = "LanmanNT";
}
else
{
- key = "LanmanNT";
+ key = "ServerNT";
}
make_buffer2(buf, key, strlen(key));
*type = 0x1;