mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 05:27:16 +02:00
zebra: Fix missing blank line checkpatch warning
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
0ecf39ed9a
commit
bd0d8218b7
|
@ -752,6 +752,7 @@ DEFUN (no_srv6_locator,
|
|||
struct listnode *node, *nnode;
|
||||
struct zebra_srv6_sid_ctx *ctx;
|
||||
struct srv6_locator *locator = zebra_srv6_locator_lookup(argv[2]->arg);
|
||||
|
||||
if (!locator) {
|
||||
vty_out(vty, "%% Can't find SRv6 locator\n");
|
||||
return CMD_WARNING_CONFIG_FAILED;
|
||||
|
|
Loading…
Reference in a new issue