Print this page
patch tsoome-feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/modules/common/ip-transport/ip.c
          +++ new/usr/src/cmd/fm/modules/common/ip-transport/ip.c
↓ open down ↓ 1048 lines elided ↑ open up ↑
1049 1049  }
1050 1050  
1051 1051  void
1052 1052  _fmd_fini(fmd_hdl_t *hdl)
1053 1053  {
1054 1054          ip_quit++; /* set quit flag before signalling auxiliary threads */
1055 1055  
1056 1056          while (ip_xps != NULL)
1057 1057                  ip_xprt_destroy(ip_xps);
1058 1058  
1059      -        if (ip_auth != NULL)
1060      -                nvlist_free(ip_auth);
     1059 +        nvlist_free(ip_auth);
1061 1060  
1062 1061          ip_addr_cleanup();
1063 1062  
1064 1063          if (ip_domain_name != NULL)
1065 1064                  fmd_prop_free_string(ip_hdl, ip_domain_name);
1066 1065  
1067 1066          fmd_hdl_unregister(hdl);
1068 1067  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX