[packages] quagga: Fix compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19810 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
17744fac76
commit
7c226ba2a8
@ -24,7 +24,7 @@
|
|||||||
+ {
|
+ {
|
||||||
+ vty_out (vty, "Can't backup old configuration file %s.%s", config_file_sav,
|
+ vty_out (vty, "Can't backup old configuration file %s.%s", config_file_sav,
|
||||||
+ VTY_NEWLINE);
|
+ VTY_NEWLINE);
|
||||||
+ goto finished;
|
+ return CMD_WARNING;
|
||||||
+ }
|
+ }
|
||||||
+ sync ();
|
+ sync ();
|
||||||
+#endif
|
+#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user