File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222static inline ConnectionHandler* instantiate_handler (NetworkAdapter adapter);
2323
2424bool GenericConnectionHandler::updateSetting (const models::NetworkSetting& s) {
25-
26- if (_ch != nullptr && _ch->_current_net_connection_state != NetworkConnectionState::INIT) {
25+ if (_ch != nullptr && _current_net_connection_state != NetworkConnectionState::INIT) {
2726 // If the internal connection handler is already being used and not in INIT phase we cannot update the settings
2827 return false ;
29- } else if (_ch != nullptr && _ch-> _current_net_connection_state == NetworkConnectionState::INIT && _interface != s.type ) {
28+ } else if (_ch != nullptr && _current_net_connection_state == NetworkConnectionState::INIT && _interface != s.type ) {
3029 // If the internal connection handler is already being used and in INIT phase and the interface type is being changed
3130 // -> we need to deallocate the previously allocated handler
3231
You can’t perform that action at this time.
0 commit comments