comparison src/proxy.c @ 12977:36930e2a461e

[gaim-migrate @ 15330] Maybe avoid a crash in an otherwise already bad situation. Yeah, the debug message sucks, but so does what causes it, and no-one should be hitting this anyway. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 21 Jan 2006 02:00:54 +0000
parents ff267281e882
children c1b2ba353e85
comparison
equal deleted inserted replaced
12976:0a5b48576913 12977:36930e2a461e
733 733
734 return 0; 734 return 0;
735 } 735 }
736 736
737 req = gaim_dns_new_resolverthread(show_debug); 737 req = gaim_dns_new_resolverthread(show_debug);
738 if (req == NULL)
739 {
740 gaim_debug_error("proxy", "oh dear, this is going to explode, I give up\n");
741 return -1;
742 }
738 send_dns_request_to_child(req, &dns_params); 743 send_dns_request_to_child(req, &dns_params);
739 } 744 }
740 745
741 req->host = g_strdup(hostname); 746 req->host = g_strdup(hostname);
742 req->port = port; 747 req->port = port;