0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Fixes minor bug in pipe.

Missing macro leads to not calling some of protocol's
callbacks.
This commit is contained in:
Ondrej Zajicek 2009-03-25 18:29:17 +01:00
parent 3d574679b8
commit 4d7d0cb137

View File

@ -37,6 +37,7 @@
#undef CONFIG_RIP
#undef CONFIG_BGP
#undef CONFIG_OSPF
#undef CONFIG_PIPE
/* We have <syslog.h> and syslog() */
#undef HAVE_SYSLOG