From 081c00d885c9c929f2430f48eb11c2a96afea116 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Aug 2009 06:15:21 +0200 Subject: [paging] Better use ';' for the command... --- openbsc/src/paging.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbsc/src/paging.c') diff --git a/openbsc/src/paging.c b/openbsc/src/paging.c index 87c5a5407..c79356e50 100644 --- a/openbsc/src/paging.c +++ b/openbsc/src/paging.c @@ -202,9 +202,9 @@ static void paging_T3113_expired(void *data) DEBUGP(DPAG, "T3113 expired for request %p (%s)\n", req, req->subscr->imsi); - sig_data.subscr = req->subscr, - sig_data.bts = req->bts, - sig_data.lchan = NULL, + sig_data.subscr = req->subscr; + sig_data.bts = req->bts; + sig_data.lchan = NULL; dispatch_signal(SS_PAGING, S_PAGING_COMPLETED, &sig_data); if (req->cbfn) -- cgit v1.2.3