diff --git a/CHANGELOG b/CHANGELOG
index 83df16a..90599f2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,7 @@
 - add configuration variable to control appending of global options.
 - add command option to set a global mount options string.
 - add check for labeled local filesystems (Matthias Koenig).
+- disable exports check for "-hosts" map.
 
 20/2/2007 autofs-5.0.1
 ----------------------
diff --git a/modules/lookup_hosts.c b/modules/lookup_hosts.c
index f6a65ae..a9a4c75 100644
--- a/modules/lookup_hosts.c
+++ b/modules/lookup_hosts.c
@@ -208,7 +208,7 @@ done:
 	exp = rpc_get_exports(name, 10, 0, RPC_CLOSE_NOLINGER);
 
 	/* Check exports for obvious ones we don't have access to */
-	exp = rpc_exports_prune(exp);
+	/*exp = rpc_exports_prune(exp);*/
 
 	mapent = NULL;
 	while (exp) {
