]> andersk Git - libfaim.git/commitdiff
*** empty log message ***
authormid <mid>
Tue, 28 Dec 1999 06:47:19 +0000 (06:47 +0000)
committermid <mid>
Tue, 28 Dec 1999 06:47:19 +0000 (06:47 +0000)
aim_conn.c

index 4452ebb84a2a8b2d479699dc0f49fc6d70b31684..ddc0ba8f4f00848d752bdfa3bad1e0163cf03164 100644 (file)
@@ -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);
 
This page took 0.051806 seconds and 5 git commands to generate.