diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-29 19:48:57 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-29 19:48:57 +0200 |
commit | 67656e9b65ab7c6bb979be72b4917cfd4a2241b6 (patch) | |
tree | 823937fe0aded2bcfad54dfdea570259bd4820ac /ospf6d/ospf6_message.c | |
parent | ospfd: minor parser fixes (diff) | |
download | frr-67656e9b65ab7c6bb979be72b4917cfd4a2241b6.tar.xz frr-67656e9b65ab7c6bb979be72b4917cfd4a2241b6.zip |
all: added CHECK ME for DEFUNs that look at argc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_message.c')
-rw-r--r-- | ospf6d/ospf6_message.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index 2cedc59ee..8c4684081 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c @@ -2371,6 +2371,7 @@ DEFUN (debug_ospf6_message, "Debug All message\n" ) { + /* CHECK ME argc referenced below */ int idx_packet = 3; unsigned char level = 0; int type = 0; @@ -2450,6 +2451,7 @@ DEFUN (no_debug_ospf6_message, "Debug All message\n" ) { + /* CHECK ME argc referenced below */ int idx_packet = 4; unsigned char level = 0; int type = 0; |