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:
@ -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"
|
||||
|
Reference in New Issue
Block a user