• J
    network: Remove conditional settings to resolve resource leak · 3fa23653
    John Ferlan 提交于
    The conditional setting of cmdout in networkBuildDhcpDaemonCommandLine()
    caused Coverity to complain that 'cmd' could be leaked if !cmdout.  Since
    the function is local and only called with cmdout being passed those checks
    have been removed.
    3fa23653
bridge_driver.c 156.8 KB