From 052fe22a25dfb0cbc1a23cba5efdcda98f26a627 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 26 Sep 2004 16:09:34 +0000 Subject: Compiler warnings fixes. --- bgpd/bgp_packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_packet.c') diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c index 42820273..b4cd1301 100644 --- a/bgpd/bgp_packet.c +++ b/bgpd/bgp_packet.c @@ -2253,7 +2253,7 @@ bgp_read (struct thread *thread) bgp_notify_send_with_data (peer, BGP_NOTIFY_HEADER_ERR, BGP_NOTIFY_HEADER_BAD_MESLEN, - notify_data_length, 2); + (u_char *) notify_data_length, 2); goto done; } -- cgit v1.2.3