From 27ae0a5c0fb612b13cc03cada1b3744af4d4cd55 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Wed, 22 Jul 2020 09:30:55 +0200 Subject: [PATCH] - removed outdated comment --- src/iec61850/inc/iec61850_server.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/iec61850/inc/iec61850_server.h b/src/iec61850/inc/iec61850_server.h index 00935096..bb08c6a6 100644 --- a/src/iec61850/inc/iec61850_server.h +++ b/src/iec61850/inc/iec61850_server.h @@ -1386,8 +1386,7 @@ IedServer_setPerformCheckHandler(IedServer self, DataObject* node, ControlPerfor * This functions sets a user provided handler that should perform the dynamic tests for a control operation. * Setting this handler is not required. If not set the server assumes that the checks will always be successful. * The handler has to return true upon a successful test of false if the test fails. In the later case the control - * operation will be aborted. If this handler is set than the server will start a new thread before calling the - * handler. This thread will also be used to execute the ControlHandler. + * operation will be aborted. * * \param self the instance of IedServer to operate on. * \param node the controllable data object handle