From 411f5dbf811c1b2c4fedc3070af828bcfbe3ec9a Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 4 Sep 2016 15:02:46 +0200 Subject: remove ua_prm(), use ua_account() instead --- modules/mwi/mwi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mwi/mwi.c') diff --git a/modules/mwi/mwi.c b/modules/mwi/mwi.c index 2b94131..4ce4a19 100644 --- a/modules/mwi/mwi.c +++ b/modules/mwi/mwi.c @@ -109,7 +109,7 @@ static int mwi_subscribe(struct ua *ua) NULL, ua_aor(ua), "message-summary", NULL, 600, ua_cuser(ua), routev, routev[0] ? 1 : 0, - auth_handler, ua_prm(ua), true, NULL, + auth_handler, ua_account(ua), true, NULL, notify_handler, close_handler, mwi, "Accept:" " application/simple-message-summary\r\n"); -- cgit v1.2.1