[packages] quagga: Fix compile

git-svn-id: svn+ssh://svn.openwrt.org/openwrt@19810 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-02-22 00:41:15 +00:00
parent 9e83cb7308
commit 11d01f7f9e

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