pluto: Properly initialize a.continuation.

This commit is contained in:
Tobias Brunner 2011-04-12 17:39:11 +02:00
parent 2cec32e8eb
commit e54a2bd20e
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ worker(int qfd, int afd)
a.amagic = ADNS_A_MAGIC;
a.serial = q.serial;
a.continuation = NULL;
a.result = res_nquery(statp, q.name_buf, C_IN, q.type, a.ans, sizeof(a.ans));
a.h_errno_val = h_errno;