diff options
Diffstat (limited to 'auto_tests')
-rw-r--r-- | auto_tests/messenger_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/messenger_test.c b/auto_tests/messenger_test.c index 604e282c..1b72a92f 100644 --- a/auto_tests/messenger_test.c +++ b/auto_tests/messenger_test.c | |||
@@ -278,7 +278,8 @@ int main(int argc, char *argv[]) | |||
278 | good_id_b = hex_string_to_bin(good_id_b_str); | 278 | good_id_b = hex_string_to_bin(good_id_b_str); |
279 | bad_id = hex_string_to_bin(bad_id_str); | 279 | bad_id = hex_string_to_bin(bad_id_str); |
280 | 280 | ||
281 | m = initMessenger(); | 281 | /* IPv6 status from global define */ |
282 | m = initMessenger(TOX_ENABLE_IPV6_DEFAULT); | ||
282 | 283 | ||
283 | /* setup a default friend and friendnum */ | 284 | /* setup a default friend and friendnum */ |
284 | if (m_addfriend_norequest(m, (uint8_t *)friend_id) < 0) | 285 | if (m_addfriend_norequest(m, (uint8_t *)friend_id) < 0) |