diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-01-09 02:47:35 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-01-09 02:47:35 +0000 |
commit | f1f24c7c6fbf6c55e807e1ddbc7e555744df3110 (patch) | |
tree | c4551bdb9c73cdad52f5d851f076423a8f6c60bc /source3 | |
parent | 9e1c7dd51668961a4aed04900902989cdf338cec (diff) | |
download | samba-f1f24c7c6fbf6c55e807e1ddbc7e555744df3110.tar.gz samba-f1f24c7c6fbf6c55e807e1ddbc7e555744df3110.tar.bz2 samba-f1f24c7c6fbf6c55e807e1ddbc7e555744df3110.zip |
Romve debugging assertions (oops...)
Andrew Bartlett
(This used to be commit 7e75a6d681fc63cacc7e5caa7a04568c6019367f)
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)); |