From 3d3c3cbd115a3c38b490d656002af777d002743c Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 13 Oct 2016 13:48:02 +0000 Subject: [PATCH] vtysh: fix build failure in vtysh_writeconfig_integrated() Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp --- vtysh/vtysh.c | 1 + 1 file changed, 1 insertion(+) 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,