diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/namequery.c | 6 |
1 files changed, 0 insertions, 6 deletions
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)); |