Re: [Pgui-devel] pgserver version checking

2002-04-08 Thread Micah Dowty
Thanks for pointing this out, I added code to print a message to the console before attempting to create the dialog box. On Sat, Mar 23, 2002 at 08:18:30AM +0100, SvenSvin wrote: > In the pgInit function in cli_c/src/netcore.c, after having determined > that pgserver is running a too old protoco

[Pgui-devel] pgserver version checking

2002-03-22 Thread SvenSvin
In the pgInit function in cli_c/src/netcore.c, after having determined that pgserver is running a too old protocol, pgInit just goes on and calls pgGetString and pgThemeLookup. Isn't that a bit unsafe? When I accidentally connected a client running a version 12 protocol to a server running versio