1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-25 14:36:05 +03:00

Fix segfault in test for BSDs

This commit is contained in:
Erik Ekman 2009-09-20 15:57:00 +00:00 committed by Erik Ekman
parent 5951166b36
commit 8f2c210019

View File

@ -68,8 +68,8 @@ START_TEST(test_encode_query)
struct encoder *enc;
char *d;
size_t len;
size_t enclen;
int ret;
int enclen;
enclen = sizeof(resolv);
memset(&buf, 0, sizeof(buf));