Two SIMPLE changes:
commitb1a03134ed740ffcb0b27e132a00b8594bf77a19
authorMark Doliner <markdoliner@pidgin.im>
Mon, 12 Apr 2010 07:13:52 +0000 (12 07:13 +0000)
committerMark Doliner <markdoliner@pidgin.im>
Mon, 12 Apr 2010 07:13:52 +0000 (12 07:13 +0000)
treecb75a4c24fa383489c9874d746caff4b097f4873
parente5c639bde739a96f0d31a205fafbad1a154cac9b
Two SIMPLE changes:
* Close the listener socket when disconnected.  Otherwise we leak the socket
  and eventually run out of sockets to listen on, because we listen on a range
  of 100 sockets
* Initialize the time_t before calling ctime

--HG--
extra : convert_revision : 568fccc374c5310aa13839469fb3ca6339b94346
libpurple/protocols/simple/simple.c