diff options
author | hasso <hasso> | 2004-10-07 20:07:40 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 20:07:40 +0000 |
commit | 1cd80845dc5262ff7d3d38deb1921f0b8390f4df (patch) | |
tree | fc41aebc4470a8467663ccdc6dcc4b91edb75769 /isisd/isis_pdu.c | |
parent | 54ade99658ea95bf9207b5547fe6a7b97e64c97a (diff) |
No warnings here any more.
Diffstat (limited to 'isisd/isis_pdu.c')
-rw-r--r-- | isisd/isis_pdu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/isisd/isis_pdu.c b/isisd/isis_pdu.c index 3e5154c6..4bc2b546 100644 --- a/isisd/isis_pdu.c +++ b/isisd/isis_pdu.c @@ -1270,7 +1270,10 @@ process_snp (int snp_type, int level, struct isis_circuit *circuit, struct listnode *node, *node2; struct tlvs tlvs; struct list *lsp_list = NULL; + /* TODO: Implement SNP authentication. */ +#if 0 struct isis_passwd *passwd; +#endif if (snp_type == ISIS_SNP_CSNP_FLAG) { |