respondd: correctly initialize destaddr

This commit is contained in:
lemoer 2016-09-10 05:33:42 +02:00
parent 993af5face
commit 242cf82f4b
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ static void accept_request(struct request_schedule *schedule, int sock,
ssize_t input_bytes;
struct sockaddr_in6 addr;
char control[256];
struct in6_addr destaddr;
struct in6_addr destaddr = {};
struct cmsghdr *cmsg;
int64_t timeout = schedule_idle_time(schedule);