summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-18 05:42:18 +0000
committerTim Potter <tpot@samba.org>2001-06-18 05:42:18 +0000
commit7b01c627c62ef6be519110fcd6cb88c86c5cd0ab (patch)
treeb3f7bfd775a08f67a5fb301f64d7b8a64039e108 /source3/include/proto.h
parent672f554e76d763347985b2af3e03a426446edc2f (diff)
downloadsamba-7b01c627c62ef6be519110fcd6cb88c86c5cd0ab.tar.gz
samba-7b01c627c62ef6be519110fcd6cb88c86c5cd0ab.tar.bz2
samba-7b01c627c62ef6be519110fcd6cb88c86c5cd0ab.zip
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
and the use of this function only increased timeouts when Samba queries a broken DNS server. (This used to be commit 720fea53603b2f99153709e6717ca930ab60ca9f)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f1be2de1ae..b2f41e231f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -495,7 +495,6 @@ BOOL zero_ip(struct in_addr ip);
char *automount_lookup(char *user_name);
char *automount_lookup(char *user_name);
BOOL same_net(struct in_addr ip1,struct in_addr ip2,struct in_addr mask);
-struct hostent *Get_Hostbyname(const char *name);
BOOL process_exists(pid_t pid);
char *uidtoname(uid_t uid);
char *gidtoname(gid_t gid);