• J
    util: remove dead code inside virstoragefile · 4fd5c2fb
    Julio Faracco 提交于
    The host address or the socket path have already been checked at the
    begining of the function virStorageSourceParseNBDColonString(). So,
    when the parameter is not a unix socket, there is no reason to check
    the address again because if it does not exists, the logic will fail
    in the first IF conditional.
    Signed-off-by: NJulio Faracco <jcfaracco@gmail.com>
    4fd5c2fb
virstoragefile.c 105.9 KB