comparison src/proxy.c @ 9792:465d19aad04b

[gaim-migrate @ 10660] this has always bugged me committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 20 Aug 2004 06:19:22 +0000
parents d9e8d420e9fe
children 0e3a84f18467
comparison
equal deleted inserted replaced
9791:4a15962c344a 9792:465d19aad04b
457 perror("read()"); 457 perror("read()");
458 break; 458 break;
459 } 459 }
460 if (rc==0) { 460 if (rc==0) {
461 if (show_debug) 461 if (show_debug)
462 fprintf(stderr,"dns[%d]: Ops, father has gone, wait for me, wait...!\n", getpid()); 462 fprintf(stderr,"dns[%d]: Oops, father has gone, wait for me, wait...!\n", getpid());
463 _exit(0); 463 _exit(0);
464 } 464 }
465 if (dns_params->hostname[0] == '\0') { 465 if (dns_params->hostname[0] == '\0') {
466 fprintf(stderr, "dns[%d]: hostname = \"\" (port = %d)!!!\n", getpid(), dns_params->port); 466 fprintf(stderr, "dns[%d]: hostname = \"\" (port = %d)!!!\n", getpid(), dns_params->port);
467 _exit(1); 467 _exit(1);