Print this page
patch tsoome-feedback

@@ -418,11 +418,10 @@
                 kmem_free(dcp->c_nodename, MAXNAMELEN);
 
         if (dcp->c_unitaddr != NULL)
                 kmem_free(dcp->c_unitaddr, MAXNAMELEN);
 
-        if (dcp->nvl_user != NULL)
                 nvlist_free(dcp->nvl_user);
 
         kmem_free(dcp, sizeof (*dcp));
 }