diff options
| author | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
|---|---|---|
| committer | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
| commit | 245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44 (patch) | |
| tree | f1fbe419407b7025655cd33a0ea0889f38d5118a /ospfd/ospf_lsa.c | |
| parent | f0543fc0c5e41a40342e53cc5689b0edb4422da4 (diff) | |
| download | quagga-245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44.tar.bz2 quagga-245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44.tar.xz | |
Compiler warnings fixes round 1.
Diffstat (limited to 'ospfd/ospf_lsa.c')
| -rw-r--r-- | ospfd/ospf_lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 944af64d..3ad6ddf0 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -902,7 +902,7 @@ ospf_router_lsa_update_timer (struct thread *thread) struct ospf_area *area = getdata (node); struct ospf_lsa *lsa = area->router_lsa_self; struct router_lsa *rl; - char *area_str; + const char *area_str; /* Keep Area ID string. */ area_str = AREA_NAME (area); |
