summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2016-10-13 13:48:02 +0000
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-10-13 13:48:02 +0000
commit3d3c3cbd115a3c38b490d656002af777d002743c (patch)
treee6fbb4a36507c496f0bd146d3babc90f81198214
parent590ef6197077d64652766287ce5d5300b3b6d1e2 (diff)
vtysh: fix build failure in vtysh_writeconfig_integrated()
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--vtysh/vtysh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index f8c45ed1fb..39ad8d81d6 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -2587,6 +2587,7 @@ static bool vtysh_writeconfig_integrated(void)
case WRITE_INTEGRATED_YES:
return true;
}
+ return true;
}
DEFUN (vtysh_write_memory,