gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone

This commit is contained in:
Harald Welte 2010-04-30 14:27:05 +02:00
parent 52e8da6ea1
commit e9dd9b0475
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ static int gsm411_rx_rp_ud(struct msgb *msg, struct gsm_trans *trans,
GSM411_RP_CAUSE_INV_MAND_INF);
return -EIO;
}
msg->smsh = tpdu;
msg->l4h = tpdu;
DEBUGP(DSMS, "DST(%u,%s)\n", dst_len, hexdump(dst, dst_len));