diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-04-12 17:39:11 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-04-12 17:39:11 +0200 |
commit | e54a2bd20ef1195777502ec2b2663e2fba2a8b24 (patch) | |
tree | f3eeb63838536950684045ba47690a5377be31be /src | |
parent | 2cec32e8eb09cb4bf0122180c83f2fe3666de807 (diff) | |
download | strongswan-e54a2bd20ef1195777502ec2b2663e2fba2a8b24.tar.bz2 strongswan-e54a2bd20ef1195777502ec2b2663e2fba2a8b24.tar.xz |
pluto: Properly initialize a.continuation.
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/adns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/adns.c b/src/pluto/adns.c index 95e22b96f..5d6979447 100644 --- a/src/pluto/adns.c +++ b/src/pluto/adns.c @@ -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; |