mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Since CS doesn't lock processes while waiting for incoming aux connection,
it's potentially dangerous to use one definite port for event processing.
This commit is contained in:
parent
d96ca21b42
commit
cdb3f8e2fd
@ -418,7 +418,11 @@ bool Config::getCompleteBooleanEvaluation()
|
||||
|
||||
int Config::getRemoteAuxPort()
|
||||
{
|
||||
#ifdef SUPERSERVER
|
||||
return (int) sysConfig.values[KEY_REMOTE_AUX_PORT];
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
const char *Config::getRemoteBindAddress()
|
||||
|
Loading…
Reference in New Issue
Block a user