[packages] quagga: Fix compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19810 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-02-22 00:41:15 +00:00
parent 17744fac76
commit 7c226ba2a8

View File

@ -24,7 +24,7 @@
+ {
+ vty_out (vty, "Can't backup old configuration file %s.%s", config_file_sav,
+ VTY_NEWLINE);
+ goto finished;
+ return CMD_WARNING;
+ }
+ sync ();
+#endif