aboutsummaryrefslogtreecommitdiffstats
path: root/src/msgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msgb.c')
-rw-r--r--src/msgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgb.c b/src/msgb.c
index aea92d44..9117a0ad 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -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;
}