about summary refs log tree commit diff
path: root/mgenmid.c
diff options
context:
space:
mode:
Diffstat (limited to 'mgenmid.c')
-rw-r--r--mgenmid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgenmid.c b/mgenmid.c
index eb161cf..56499c8 100644
--- a/mgenmid.c
+++ b/mgenmid.c
@@ -37,7 +37,7 @@ int main()
 	char *f = blaze822_home_file("profile");
 	struct message *config = blaze822(f);
 
-	xpledge("stdio rpath", "");
+	xpledge("stdio rpath dns", "");
 
 	if (config) // try FQDN: first
 		host = blaze822_hdr(config, "fqdn");