mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
lib: remove unneeded parans on labl2str return
Remove unneeded parans on labl2str return. Signed-off-by: Stephen Worley <sworley@nvidia.com>
This commit is contained in:
parent
0bbad9d19a
commit
d3909a2114
@ -233,7 +233,7 @@ static inline char *label2str(mpls_label_t label, enum lsp_types_t type,
|
|||||||
snprintf(buf, len, "Reserved (%u)", label);
|
snprintf(buf, len, "Reserved (%u)", label);
|
||||||
else
|
else
|
||||||
snprintf(buf, len, "%u", label);
|
snprintf(buf, len, "%u", label);
|
||||||
return (buf);
|
return buf;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user