[packages] quagga: Fix typo in isisd

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-07-13 16:36:01 +00:00
parent 128aef0963
commit 43eabfa4bd

View File

@ -0,0 +1,13 @@
Index: quagga-0.99.21/isisd/isis_lsp.c
===================================================================
--- quagga-0.99.21.orig/isisd/isis_lsp.c
+++ quagga-0.99.21/isisd/isis_lsp.c
@@ -2413,7 +2413,7 @@ top_lsp_refresh (struct thread *thread)
isis_dynhn_insert (lsp->lsp_header->lsp_id, lsp->tlv_data.hostname,
IS_LEVEL_1);
- lsp->lsp_header->lsp_bits = lsp_bits_generate (level,
+ lsp->lsp_header->lsp_bits = lsp_bits_generate (lsp->level,
lsp->area->overload_bit);
rem_lifetime = lsp_rem_lifetime (lsp->area, IS_LEVEL_1);
lsp->lsp_header->rem_lifetime = htons (rem_lifetime);