Temporary commit.
This commit is contained in:
parent
cbf8b08d62
commit
e4a810b0ce
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static void
|
||||||
finish_iface_config(struct ospf_iface_patt *ip)
|
finish_iface_config(struct ospf_iface_patt *ip)
|
||||||
{
|
{
|
||||||
if ((ip->autype != OSPF_AUTH_NONE) || (get_passwords() != NULL))
|
if ((ip->autype != OSPF_AUTH_NONE) || (get_passwords() != NULL))
|
||||||
log(L_WARN "Authentication not supported in OSPFv3");
|
cf_error("Authentication not supported in OSPFv3");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue