aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-nfs.c')
-rw-r--r--epan/dissectors/packet-nfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index cfc76d7bb6..af286bd889 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -1232,6 +1232,7 @@ nfs_name_snoop_add_name(int xid, tvbuff_t *tvb, int name_offset, int name_len, i
nns->full_name_len = 0;
nns->full_name = NULL;
+ nns->fs_cycle = false;
/* any old entry will be deallocated and removed */
g_hash_table_insert(nfs_name_snoop_unmatched, GINT_TO_POINTER(xid), nns);