diff options
Diffstat (limited to 'ospfd/ospfd.c')
| -rw-r--r-- | ospfd/ospfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index b18c5a93a7..d481e9e4c8 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -325,7 +325,7 @@ static struct ospf *ospf_new(unsigned short instance, const char *name) if ((ospf_sock_init(new)) < 0) { if (new->vrf_id != VRF_UNKNOWN) flog_err( - LIB_ERR_SOCKET, + EC_LIB_SOCKET, "%s: ospf_sock_init is unable to open a socket", __func__); return new; |
