summaryrefslogtreecommitdiff
path: root/auto_tests/messenger_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/messenger_test.c')
-rw-r--r--auto_tests/messenger_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/messenger_test.c b/auto_tests/messenger_test.c
index 604e282c..6677c345 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 /* no IPv6 enabled yet */
282 m = initMessenger(0);
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)