diff options
Diffstat (limited to 'ospf6d/ospf6_auth_trailer.c')
| -rw-r--r-- | ospf6d/ospf6_auth_trailer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_auth_trailer.c b/ospf6d/ospf6_auth_trailer.c index 3582ef53b2..1095473f4a 100644 --- a/ospf6d/ospf6_auth_trailer.c +++ b/ospf6d/ospf6_auth_trailer.c @@ -488,7 +488,7 @@ int ospf6_auth_check_digest(struct ospf6_header *oh, struct ospf6_interface *oi, if (!keychain) { if (IS_OSPF6_DEBUG_AUTH_RX) zlog_err( - "RECV[%s]: Keychain does't exist for %s", + "RECV[%s]: Keychain doesn't exist for %s", oi->interface->name, ospf6_message_type(oh->type)); return OSPF6_AUTH_VALIDATE_FAILURE; |
