summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-21 21:56:34 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-21 21:56:34 +0000
commit94a72644eeeb0037d01922036c1a31948988d532 (patch)
treece3727c77d5f596f2f97ef0d4eeb1283d004f681 /net-irc/bnc/files
parentnew release (Manifest recommit) (diff)
downloadgentoo-2-94a72644eeeb0037d01922036c1a31948988d532.tar.gz
gentoo-2-94a72644eeeb0037d01922036c1a31948988d532.tar.bz2
gentoo-2-94a72644eeeb0037d01922036c1a31948988d532.zip
Add patch by redeeman <redeeman@metanurb.dk>, close bug #54689.
Diffstat (limited to 'net-irc/bnc/files')
-rw-r--r--net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch b/net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch
new file mode 100644
index 000000000000..a4ced2e47223
--- /dev/null
+++ b/net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch
@@ -0,0 +1,26 @@
+diff -Naur bnc2.8.6.orig/cmds.c bnc2.8.6/cmds.c
+--- bnc2.8.6.orig/cmds.c 2002-07-13 04:48:13.000000000 +0200
++++ bnc2.8.6/cmds.c 2004-06-21 23:32:49.057908144 +0200
+@@ -503,8 +503,8 @@
+ tprintf(&cptr->loc, "NOTICE AUTH :Docked session %i\n", dptr->srv.fd);
+ }
+ }
+- tprintf(&cptr->loc, "NOTICE AUTH :End of dock list\n");
+ nodock:
++ tprintf(&cptr->loc, "NOTICE AUTH :End of dock list\n");
+ }
+ tprintf(&cptr->loc, "NOTICE AUTH :type /quote help for basic list of commands and usage\n");
+ }
+@@ -1066,10 +1066,9 @@
+ vhost = vhost_ptr->vhost;
+ break;
+ }
+- }
+-vfast_fail:
++ }
+ }
+-
++vfast_fail:
+ res = inet_aton(vhost, &addr);
+ if(res == 1)
+ {