summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r--usr.sbin/bgpd/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c
index ada52e7676c..c31b2965cf0 100644
--- a/usr.sbin/bgpd/session.c
+++ b/usr.sbin/bgpd/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.14 2003/12/20 14:33:09 henning Exp $ */
+/* $OpenBSD: session.c,v 1.15 2003/12/20 15:06:31 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -1206,7 +1206,7 @@ session_dispatch_imsg(int fd, int idx)
struct imsg imsg;
struct peer_config *pconf;
struct peer *p, *next;
- int reconf;
+ enum reconf_action reconf;
if (get_imsg(fd, &imsg) > 0) {
switch (imsg.hdr.type) {