X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=tap-rlcltestat.c;h=d1c3d74999c441489aad16fbac7f15e64f0f744e;hp=434f64713a5b1726af74d8855df77b631593b9ec;hb=d9bd6b6f4469d6c090a07eb657392529f53f4833;hpb=50541dc3c949c79d92187eb7b6be97b03a3c314d diff --git a/tap-rlcltestat.c b/tap-rlcltestat.c index 434f64713a..d1c3d74999 100644 --- a/tap-rlcltestat.c +++ b/tap-rlcltestat.c @@ -163,6 +163,8 @@ static rlc_lte_ep_t* alloc_rlc_lte_ep(struct rlc_lte_tap_info *si, packet_info * ep->stats.UL_total_missing = 0; ep->stats.DL_total_missing = 0; + ep->next = NULL; + return ep; }