From: mid Date: Tue, 28 Dec 1999 06:47:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel_0_99_2~183 X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/commitdiff_plain/7eae1b6501ed11552553bdad52fcad60a9bacfc4 *** empty log message *** --- diff --git a/aim_conn.c b/aim_conn.c index 4452ebb..ddc0ba8 100644 --- a/aim_conn.c +++ b/aim_conn.c @@ -102,8 +102,6 @@ struct aim_conn_t *aim_newconn(struct aim_session_t *sess, strncpy(host, dest, i); host[i] = '\0'; - printf("host = \"%s\"\n", host); - hp = gethostbyname2(host, AF_INET); free(host);