mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Fix for an SS event handler bug (code courtesy of Jim Starkey)
This commit is contained in:
parent
cdc263a370
commit
f5d55453a7
@ -41,7 +41,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
$Id: inet.cpp,v 1.63 2003-03-19 13:14:09 dimitr Exp $
|
$Id: inet.cpp,v 1.64 2003-03-27 10:39:56 paul_reeves Exp $
|
||||||
*/
|
*/
|
||||||
#include "firebird.h"
|
#include "firebird.h"
|
||||||
#include "../jrd/ib_stdio.h"
|
#include "../jrd/ib_stdio.h"
|
||||||
@ -425,10 +425,13 @@ static XDR::xdr_ops inet_ops =
|
|||||||
inet_destroy
|
inet_destroy
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef MAX_PTYPE
|
#ifndef MAX_PTYPE
|
||||||
|
#ifdef MULTI_THREAD
|
||||||
|
#define MAX_PTYPE ptype_batch_send
|
||||||
|
#else
|
||||||
#define MAX_PTYPE ptype_out_of_band
|
#define MAX_PTYPE ptype_out_of_band
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAXCLIENTS NOFILE - 10
|
#define MAXCLIENTS NOFILE - 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user