1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Eliminate reason for clang warnings.

This commit is contained in:
Alexandre Snarskii
2014-05-05 19:58:54 +04:00
parent 795bc91f23
commit 407ed02205

View File

@ -426,7 +426,7 @@ bgpq3_print_juniper_prefixlist(FILE* f, struct bgpq_expander* b)
int
bgpq3_print_juniper_routefilter(FILE* f, struct bgpq_expander* b)
{
char* c;
char* c=NULL;
if(b->name && (c=strchr(b->name,'/'))) {
*c=0;
fprintf(f,"policy-options {\n policy-statement %s {\n term %s {\n"