From 7c025b60ac6a5247ef88ee1d8c6064346c98b5a3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Nov 1997 05:52:31 +0000 Subject: pass the mailslot name to process_logon_packet() - fixed process_logon_packet() to always send the reply to/from the correct netbios name (it should match the query) - only do a NT style QUERYFORPDC if the query came in on a NT_LOGON_MAILSLOT Luke, can you check to see if these changes work in your branch with NT logons? (This used to be commit e89611985b35155770648c8f16ddd19acfb5ee13) --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 1b8d5be141..c47b7582f3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -547,7 +547,8 @@ BOOL check_elections(void); /*The following definitions come from namelogon.c */ -void process_logon_packet(struct packet_struct *p,char *buf,int len); +void process_logon_packet(struct packet_struct *p,char *buf,int len, + char *mailslot); /*The following definitions come from namepacket.c */ -- cgit