gsm_subscriber_base: Pass the subscriber as param to avoid crash.

The function we call will take the item from the list and do
the right thing.
This commit is contained in:
Holger Hans Peter Freyther 2010-06-16 15:17:59 +08:00
parent 280c768f91
commit 667cdd60ca
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static void subscr_send_paging_request(struct gsm_subscriber *subscr)
/* paging failed, quit now */
if (rc <= 0) {
subscr_paging_cb(GSM_HOOK_RR_PAGING, GSM_PAGING_EXPIRED,
NULL, NULL, request->param);
NULL, NULL, subscr);
}
}