about summary refs log tree commit diff stats
path: root/tests/test_cmd_rooms.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-14 00:28:58 +0000
committerJames Booth <boothj5@gmail.com>2015-01-14 00:28:58 +0000
commite79302bf0e8856a987a19f573d785e1f4c1736e0 (patch)
treebcde568172cee6dc83a8e2cac4dbc986602eb45c /tests/test_cmd_rooms.c
parenta65abed1fbb33c839cadc5e549b43e5f908b59a3 (diff)
parent12642656917ed3d33e1a82683c09d2136b8b01b1 (diff)
downloadprofani-tty-e79302bf0e8856a987a19f573d785e1f4c1736e0.tar.gz
Merge remote-tracking branch 'incertia/eval_pass-fixes'
Diffstat (limited to 'tests/test_cmd_rooms.c')
-rw-r--r--tests/test_cmd_rooms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_rooms.c b/tests/test_cmd_rooms.c
index 9b99a34a..5114bfbf 100644
--- a/tests/test_cmd_rooms.c
+++ b/tests/test_cmd_rooms.c
@@ -61,6 +61,7 @@ void cmd_rooms_uses_account_default_when_no_arg(void **state)
     account->name = NULL;
     account->jid = NULL;
     account->password = NULL;
+    account->eval_password = NULL;
     account->resource = NULL;
     account->server = NULL;
     account->last_presence = NULL;