diff options
Diffstat (limited to 'usr.sbin/ospfd/auth.c')
-rw-r--r-- | usr.sbin/ospfd/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/auth.c b/usr.sbin/ospfd/auth.c index 0410a088da4..63d6bb0b705 100644 --- a/usr.sbin/ospfd/auth.c +++ b/usr.sbin/ospfd/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.18 2010/05/26 13:56:08 nicm Exp $ */ +/* $OpenBSD: auth.c,v 1.19 2010/09/02 14:03:21 sobrado Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -264,7 +264,7 @@ md_list_send(struct auth_md_head *head, struct imsgev *to) struct auth_md *m; TAILQ_FOREACH(m, head, entry) - if (imsg_compose_event(to, IMSG_RECONF_AUTHMD, 0, 0, -1, m, + if (imsg_compose_event(to, IMSG_RECONF_AUTHMD, 0, 0, -1, m, sizeof(*m)) == -1) return (-1); |