MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / finalize_thread

Method finalize_thread

javacli/OpenVPNClientThread.java:176–189  ·  view source on GitHub ↗
(ClientAPI_Status connect_status)

Source from the content-addressed store, hash-verified

174 }
175
176 private synchronized EventReceiver finalize_thread(ClientAPI_Status connect_status)
177 {
178 EventReceiver p = parent;
179 if (p != null) {
180 // save thread connection status
181 m_connect_status = connect_status;
182
183 // disassociate client callbacks from parent
184 parent = null;
185 tun_builder = null;
186 thread = null;
187 }
188 return p;
189 }
190
191 // Runnable overrides
192

Callers 1

call_doneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected