summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/auth.c
diff options
context:
space:
mode:
authormcbride <mcbride@openbsd.org>2006-10-19 12:29:58 +0000
committermcbride <mcbride@openbsd.org>2006-10-19 12:29:58 +0000
commit11981efdc4ec1470ea74a146f0019e2b09345acb (patch)
tree4364bc6472a94c641fb40c90aca067dff96e3719 /usr.sbin/ripd/auth.c
parentsome buffers (containing metadata) can only be written during the (diff)
downloadwireguard-openbsd-11981efdc4ec1470ea74a146f0019e2b09345acb.tar.xz
wireguard-openbsd-11981efdc4ec1470ea74a146f0019e2b09345acb.zip
Correct function name in log_debug() messages
Diffstat (limited to 'usr.sbin/ripd/auth.c')
-rw-r--r--usr.sbin/ripd/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/auth.c b/usr.sbin/ripd/auth.c
index ae3a20b5891..a3435691333 100644
--- a/usr.sbin/ripd/auth.c
+++ b/usr.sbin/ripd/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.1 2006/10/18 16:11:58 norby Exp $ */
+/* $OpenBSD: auth.c,v 1.2 2006/10/19 12:29:58 mcbride Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -215,7 +215,7 @@ auth_add_trailer(struct buf *buf, struct iface *iface)
/* insert plaintext key */
if ((md = md_list_find(&iface->auth_md_list,
iface->auth_keyid)) == NULL) {
- log_debug("auth_validate: keyid %d not configured, "
+ log_debug("auth_add_trailer: keyid %d not configured, "
"interface %s", iface->auth_keyid, iface->name);
return (-1);
}