Reinstate a variable removed by r11810.

This commit is contained in:
Juliusz Chroboczek 2011-02-18 00:43:54 +00:00
parent 828c9888b0
commit 40463b9d0a
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ rebind_ipv6(tr_session *ss, tr_bool force)
static void
event_callback(int s, short type UNUSED, void *sv)
{
tr_session *ss = (tr_session*)sv;
unsigned char *buf;
struct sockaddr_storage from;
socklen_t fromlen;