]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: fix build failure in vtysh_writeconfig_integrated()
authorDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 13 Oct 2016 13:48:02 +0000 (13:48 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 13 Oct 2016 13:48:02 +0000 (13:48 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh.c

index f8c45ed1fbda5a4f66821c12f35dc14896dcedb6..39ad8d81d636d5fd283d166950a9a4c2d8e5288f 100644 (file)
@@ -2587,6 +2587,7 @@ static bool vtysh_writeconfig_integrated(void)
     case WRITE_INTEGRATED_YES:
       return true;
     }
+  return true;
 }
 
 DEFUN (vtysh_write_memory,