dont allow local PVs to connect unless the client ctx allows preemptive callback
This commit is contained in:
@@ -90,6 +90,12 @@ cacChannel *dbServiceIO::createChannel (
|
||||
if ( status ) {
|
||||
return 0;
|
||||
}
|
||||
else if ( ! ca_preemtive_callback_is_enabled () ) {
|
||||
errlogPrintf (
|
||||
"dbServiceIO: preemptive callback required for
|
||||
\n memory interfacing of CA channels to the DB\n" );
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
return new dbChannelIO ( notify, addr, *this );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user