*** empty log message ***

This commit is contained in:
David Rose 2001-04-06 15:18:42 +00:00
parent 095deddbeb
commit f1b4e0e323
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ set_host(const string &hostname, int port) {
<< "." << (int)ipaddr.n[2] << "." << (int)ipaddr.n[3] << "\n";
memset(&_addr, 0, sizeof(PRNetAddr));
_addr.inet.family = AF_INET;
_addr.inet.family = PR_AF_INET;
_addr.inet.port = PR_htons(port);
_addr.inet.ip = ipaddr.l;