Merge commit '95df5c0179f6b24d31c6720a43434755ed58aa22'

This commit is contained in:
Harald Welte 2010-05-04 11:36:33 +02:00
commit 1c0de6802c
1 changed files with 2 additions and 0 deletions

View File

@ -85,4 +85,6 @@ void msgb_reset(struct msgb *msg)
msg->l2h = NULL;
msg->l3h = NULL;
msg->l4h = NULL;
memset(&msg->cb, 0, sizeof(msg->cb));
}