[packages] quagga: Fix compile
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@19810 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9e83cb7308
commit
11d01f7f9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue