summaryrefslogtreecommitdiffstats
path: root/test/src/test-instant-messaging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-instant-messaging.cpp')
-rw-r--r--test/src/test-instant-messaging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-instant-messaging.cpp b/test/src/test-instant-messaging.cpp
index a63df34..4375e94 100644
--- a/test/src/test-instant-messaging.cpp
+++ b/test/src/test-instant-messaging.cpp
@@ -268,7 +268,7 @@ int main(int argc, char *argv[]) {
account = purple_account_new("uscxml@localhost", "prpl-jabber");
/* Get the password for the account */
- purple_account_set_password(account, "password", NULL, NULL);
+ purple_account_set_password(account, "password");
/* It's necessary to enable the account first. */
purple_account_set_enabled(account, UI_ID, TRUE);