summaryrefslogtreecommitdiff
path: root/source3/namelogon.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/namelogon.c')
-rw-r--r--source3/namelogon.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/namelogon.c b/source3/namelogon.c
index c10049135c..aacf32c280 100644
--- a/source3/namelogon.c
+++ b/source3/namelogon.c
@@ -64,11 +64,6 @@ void process_logon_packet(struct packet_struct *p,char *buf,int len)
DEBUG(3,("No domain logons\n"));
return;
}
- if (!listening_name(work, &dgram->dest_name))
- {
- DEBUG(4,("Not listening to that domain\n"));
- return;
- }
code = SVAL(buf,0);
switch (code) {