diff options
Diffstat (limited to 'usr/src/uts/common/io/dls/dls_link.c')
-rw-r--r-- | usr/src/uts/common/io/dls/dls_link.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/dls/dls_link.c b/usr/src/uts/common/io/dls/dls_link.c index ed2746954f..d88005d57f 100644 --- a/usr/src/uts/common/io/dls/dls_link.c +++ b/usr/src/uts/common/io/dls/dls_link.c @@ -603,6 +603,7 @@ i_dls_link_destroy(dls_link_t *dlp) dlp->dl_mch = NULL; dlp->dl_mip = NULL; dlp->dl_unknowns = 0; + dlp->dl_nonip_cnt = 0; kmem_cache_free(i_dls_link_cachep, dlp); } |