diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/msgb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,5 +84,5 @@ void msgb_reset(struct msgb *msg) msg->lchan = NULL; msg->l2h = NULL; msg->l3h = NULL; - msg->smsh = NULL; + msg->l4h = NULL; } |