summaryrefslogtreecommitdiff
path: root/src/sipreq.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 /src/sipreq.c
parent8abcfeb1486a093a07360c63ea65958e3daaa57d (diff)
remove ua_prm(), use ua_account() instead
Diffstat (limited to 'src/sipreq.c')
-rw-r--r--src/sipreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sipreq.c b/src/sipreq.c
index c1510b6..314f45c 100644
--- a/src/sipreq.c
+++ b/src/sipreq.c
@@ -136,7 +136,7 @@ int sip_req_send(struct ua *ua, const char *method, const char *uri,
if (err)
goto out;
- err = sip_auth_alloc(&sr->auth, auth_handler, ua_prm(ua), true);
+ err = sip_auth_alloc(&sr->auth, auth_handler, ua_account(ua), true);
if (err)
goto out;