MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / detachRemoteServiceManager

Function detachRemoteServiceManager

src/common/call_service.cpp:553–556  ·  view source on GitHub ↗

detachRemoteServiceManager @brief Close service manager @param status @param handle **/

Source from the content-addressed store, hash-verified

551
552 **/
553void detachRemoteServiceManager(ISC_STATUS* status, isc_svc_handle handle)
554{
555 isc_service_detach(status, &handle);
556}
557
558
559// all this spb-parsing functions should be gone

Callers 2

gsecFunction · 0.85
executeSecurityCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected