comparison libpurple/protocols/msn/directconn.c @ 20469:9e5bb492fc18

propagate from branch 'im.pidgin.pidgin' (head d565f6901d390d091fab30d0bd923fa36c335da2) to branch 'im.pidgin.cpw.khc.msnp14' (head aacb44d1de5f72f3c7d8d2e231432581f5c09dd7)
author Carlos Silva <typ0@pidgin.im>
date Sat, 14 Jul 2007 18:36:34 +0000
parents 5bc6c4097a77 5048651671e1
children 723b5a2f91ce
comparison
equal deleted inserted replaced
20468:b888c2f15c79 20469:9e5bb492fc18
381 fd = source; 381 fd = source;
382 } 382 }
383 else 383 else
384 { 384 {
385 struct sockaddr_in client_addr; 385 struct sockaddr_in client_addr;
386 unsigned int client; 386 socklen_t client;
387 fd = accept (source, (struct sockaddr *)&client_addr, &client); 387 fd = accept (source, (struct sockaddr *)&client_addr, &client);
388 } 388 }
389 389
390 directconn->fd = fd; 390 directconn->fd = fd;
391 391