- fix a bug in NetServerEnum where counted and total were not counted
[samba.git] / source3 / namelogon.c
index c10049135c42e1cf502af8b91c5b552ae89664e7..aacf32c2804ab64b32185143c3d97f3d4100f255 100644 (file)
@@ -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) {