summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-19 06:56:53 +0000
committerhasso <hasso>2004-08-19 06:56:53 +0000
commit22526c7cb93c7d90664a599276687a8e33626868 (patch)
tree36b95a95c0a692f294becbd2d1038ef74ce94a28 /ospf6d/ospf6_interface.c
parenta54d0614f3f3eecccba0efd82a0b349f531f9fbb (diff)
downloadquagga-22526c7cb93c7d90664a599276687a8e33626868.tar.bz2
quagga-22526c7cb93c7d90664a599276687a8e33626868.tar.xz
Merge svn revisions 924 and 925 from Zebra CVS. Also remove useless
ospf6_lsdb prototype declaration from ospf6_lsa.h. Report sent to Yasuhiro Ohara as well.
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index 56ecacc6..965debbb 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -1608,7 +1608,7 @@ DEFUN (no_debug_ospf6_interface,
"Debug OSPFv3 Interface\n"
)
{
- OSPF6_DEBUG_INTERFACE_ON ();
+ OSPF6_DEBUG_INTERFACE_OFF ();
return CMD_SUCCESS;
}