Your message dated Tue, 10 Nov 2009 20:34:24 +0000
with message-id <4af9ce50.9000...@debian.org>
and subject line Close - codebase different
has caused the Debian Bug report #187918,
regarding lbreakout2: Server reports wierd error messages to client
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
187918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=187918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lbreakout2
Version: 2.4-1
Severity: normal
Tags: upstream patch

Server passes wierd error messages to client due to a little bug in
server code (main.c)

I attach a patch created using:

diff -Naur main.c.orig main.c

TIA,

josep

-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux wicked 2.4.20-ben9 #1 Sat Mar 29 06:58:26 CET 2003 ppc
Locale: LANG=C, LC_CTYPE=C

Versions of packages lbreakout2 depends on:
ii  libc6                         2.3.1-16   GNU C Library: Shared
libraries an
ii  libpng12-0                    1.2.5-10   PNG library - runtime
ii  libsdl-mixer1.2               1.2.5-2    mixer library for Simple
DirectMed
ii  libsdl1.2debian               1.2.5-3    Simple DirectMedia Layer
ii  zlib1g                        1:1.1.4-11 compression library -
runtime

-- no debconf information

--- main.c.orig 2003-04-04 18:48:58.000000000 +0200
+++ main.c      2003-04-04 18:50:22.000000000 +0200
@@ -94,7 +94,7 @@
 void server_send_error( Net_Socket *socket, char *error )
 {
     Net_Msg msg;
-    if ( net_build_msg( &msg, MSG_ERROR, msg ) )
+    if ( net_build_msg( &msg, MSG_ERROR, error ) )
         net_write_msg( socket, &msg );
 }
 

--- End Message ---
--- Begin Message ---
The code base to which this bug and patch refers appears to have been
completely rewritten. Or the bug is filed against the wrong package.

Since it's so old I'm closing it.

-- 
Colin Tuckley      |  +44(0)1223 293413  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  |     0x1B3045CE

Ethernet n.: something used to catch the etherbunny.


--- End Message ---

Reply via email to