diff options
Diffstat (limited to 'protocols/msn/soap.c')
-rw-r--r-- | protocols/msn/soap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c index 62d58200..bb664861 100644 --- a/protocols/msn/soap.c +++ b/protocols/msn/soap.c @@ -577,6 +577,7 @@ static const struct xt_handler_entry msn_soap_addressbook_parser[] = { static int msn_soap_addressbook_handle_response( struct msn_soap_req_data *soap_req ) { + msn_auth_got_contact_list( soap_req->ic ); return MSN_SOAP_OK; } |