summaryrefslogtreecommitdiff
path: root/modules/mwi/mwi.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-09-04 15:02:46 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-09-04 15:02:46 +0200
commit411f5dbf811c1b2c4fedc3070af828bcfbe3ec9a (patch)
treeffbeb0f0767513c0b6ace4c4ce42be0b2c009bab /modules/mwi/mwi.c
parent8abcfeb1486a093a07360c63ea65958e3daaa57d (diff)
remove ua_prm(), use ua_account() instead
Diffstat (limited to 'modules/mwi/mwi.c')
-rw-r--r--modules/mwi/mwi.c2
1 files changed, 1 insertions, 1 deletions
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");