From f1f24c7c6fbf6c55e807e1ddbc7e555744df3110 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 9 Jan 2004 02:47:35 +0000 Subject: Romve debugging assertions (oops...) Andrew Bartlett (This used to be commit 7e75a6d681fc63cacc7e5caa7a04568c6019367f) --- source3/libsmb/namequery.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index dfc3bcd93f..83902971b0 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -680,8 +680,6 @@ BOOL name_resolve_bcast(const char *name, int name_type, return False; } - SMB_ASSERT(strchr_m(name, '.') == NULL); - *return_iplist = NULL; *return_count = 0; @@ -744,8 +742,6 @@ BOOL resolve_wins(const char *name, int name_type, return False; } - SMB_ASSERT(strchr_m(name, '.') == NULL); - *return_iplist = NULL; *return_count = 0; @@ -933,8 +929,6 @@ static BOOL resolve_ads(const char *name, int name_type, if ( lp_security() != SEC_ADS ) return False; - SMB_ASSERT(strchr_m(name, '.') != NULL); - DEBUG(5,("resolve_hosts: Attempting to resolve DC's for %s using DNS\n", name)); -- cgit