The patch reference is:
http://www.realvnc.com/pipermail/vnc-list/2004-June/045538.html

You do not happen to have the full source file so I do not have to patch
it myself?

Thanks in advance.

Regards,

// Ola

On Mon, Jun 07, 2004 at 10:10:19AM +0200, [EMAIL PROTECTED] wrote:
> 
> 
> 
> 
> Package: vncserver
> Version: 3.3.7
> 
> The problem is, that the server might send disturbing bytes before the
> authentication procedure has finished.
> One of these server messages is the bell message.
> 
> You can reproduce the error with this very simple program (bell.c)
> 
> #include <stdlib.h>
> #include <stdio.h>
> 
> void main(){
>         while (1){
>         fprintf(stdout,"\a--bell--\n");
>         fflush(stdout);
>         sleep(1);
>         }
> }
> 
>  If you compile this program (eg "cc bell.c -o bell") and execute it in a
>  xterm of the Xvnc-Screen and disconnect,
>  you should have problems to reconnect with report of the "Unknown VNC
>  authentication result"
> 
>  Further information can be found in the vnc-list (mailing list) from Mai
>  /June 2004 under the subject "Unknown VNC authentication result".
>  There is also presented a quite rudimentary bugfix of the problem.
> 
>  Bernd Müller

-- 
 --------------------- Ola Lundqvist ---------------------------
/  [EMAIL PROTECTED]                     Annebergsslingan 37      \
|  [EMAIL PROTECTED]                 654 65 KARLSTAD          |
|  +46 (0)54-10 14 30                  +46 (0)70-332 1551       |
|  http://www.opal.dhs.org             UIN/icq: 4912500         |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---------------------------------------------------------------


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to