summaryrefslogtreecommitdiffstats
path: root/source/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
commit720fea53603b2f99153709e6717ca930ab60ca9f (patch)
tree7aa7761c735e1e7cb3bd363eb0da4002a7ed5895 /source/include/proto.h
parentd11c871fc5480e8ba3846e1de9a2f1834d535325 (diff)
downloadsamba-720fea53603b2f99153709e6717ca930ab60ca9f.tar.gz
samba-720fea53603b2f99153709e6717ca930ab60ca9f.tar.xz
samba-720fea53603b2f99153709e6717ca930ab60ca9f.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.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index f1be2de1ae2..b2f41e231f2 100644
--- a/source/include/proto.h
+++ b/source/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);