Index: uspace/app/nterm/conn.c
===================================================================
--- uspace/app/nterm/conn.c	(revision 287d729f794bf828f2721da0c621cd40924d377d)
+++ uspace/app/nterm/conn.c	(revision fff7ef4b73612f7e181f2ba2f74883b9de53f46f)
@@ -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) {
