[packages] quagga: Fix compile
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Feb 2010 00:41:15 +0000 (00:41 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Feb 2010 00:41:15 +0000 (00:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19810 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/quagga/patches/150-no-cross-fs-link.patch

index 53ba929..1988f2e 100644 (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