summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/kroute.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-26 19:19:26 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-26 19:19:26 +0000
commitaf7ecc834634912a9c9bf1254d36467e81a946b5 (patch)
treef1afb07280ba0773d611432aad02f616b714fb7e /usr.sbin/bgpd/kroute.c
parent101534f662a7ba575f17e8138b5591406bfba35e (diff)
20 minutes debugging for a missinf return (0) at the end of a function,
and gcc should have had complained... well.
Diffstat (limited to 'usr.sbin/bgpd/kroute.c')
-rw-r--r--usr.sbin/bgpd/kroute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/kroute.c b/usr.sbin/bgpd/kroute.c
index 9c0f7745eea..946ce3813a9 100644
--- a/usr.sbin/bgpd/kroute.c
+++ b/usr.sbin/bgpd/kroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kroute.c,v 1.33 2003/12/26 17:47:04 henning Exp $ */
+/* $OpenBSD: kroute.c,v 1.34 2003/12/26 19:19:25 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -508,6 +508,7 @@ kroute_dispatch_msg(int fd)
break;
}
}
+ return (0);
}
int