aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index dc70c866a..3b0b51df8 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -385,7 +385,7 @@ static int gsm0408_handle_lchan_signal(unsigned int subsys, unsigned int signal,
* Cancel any outstanding location updating request
* operation taking place on the lchan.
*/
- struct gsm_lchan *lchan = (struct gsm_lchan *)handler_data;
+ struct gsm_lchan *lchan = (struct gsm_lchan *)signal_data;
if (!lchan)
return 0;