]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_network.c
*: LIB_[ERR|WARN] -> EC_LIB
[mirror_frr.git] / ospf6d / ospf6_network.c
index 8988a53e5d3de74437f936c3163ec8b29bb80782..8df5f1cc47eb2c0480d34e791a4f547cb182f3c0 100644 (file)
@@ -118,7 +118,7 @@ int ospf6_sso(ifindex_t ifindex, struct in6_addr *group, int option)
                         sizeof(mreq6));
        if (ret < 0) {
                flog_err_sys(
-                       LIB_ERR_SOCKET,
+                       EC_LIB_SOCKET,
                        "Network: setsockopt (%d) on ifindex %d failed: %s",
                        option, ifindex, safe_strerror(errno));
                return ret;