Index: uspace/app/nterm/conn.c
===================================================================
--- uspace/app/nterm/conn.c	(revision 287d729f794bf828f2721da0c621cd40924d377d)
+++ uspace/app/nterm/conn.c	(revision 8fdb18e1b43cce69fbf3e0ce3a63e333e77c79db)
@@ -85,11 +85,4 @@
 	if (rc != EOK) {
 		/* Try interpreting as a host name */
-		rc = dnsr_init();
-		if (rc != EOK) {
-			printf("Failed connecting DNS resolution "
-			    "service (%d).\n", rc);
-			goto error;
-		}
-
 		rc = dnsr_name2host(addr_s, &hinfo);
 		if (rc != EOK) {
