summarylogtreecommitdiffstats
path: root/nocomplain.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nocomplain.patch')
-rw-r--r--nocomplain.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/nocomplain.patch b/nocomplain.patch
new file mode 100644
index 000000000000..0ab77aa939cd
--- /dev/null
+++ b/nocomplain.patch
@@ -0,0 +1,15 @@
+diff -up quagga-1.1.0/lib/command.c.orig quagga-1.1.0/lib/command.c
+--- quagga-1.1.0/lib/command.c.orig 2016-12-07 16:52:13.000000000 -0700
++++ quagga-1.1.0/lib/command.c 2016-12-07 16:52:20.000000000 -0700
+@@ -638,9 +638,11 @@ install_element (enum node_type ntype, s
+
+ if (hash_lookup (cnode->cmd_hash, cmd) != NULL)
+ {
++#if 0
+ fprintf (stderr,
+ "Multiple command installs to node %d of command:\n%s\n",
+ ntype, cmd->string);
++#endif
+ return;
+ }
+