diff --git a/nonlib/OSC/Endpoint.C b/nonlib/OSC/Endpoint.C index 26db5bb..4c58374 100644 --- a/nonlib/OSC/Endpoint.C +++ b/nonlib/OSC/Endpoint.C @@ -93,11 +93,11 @@ namespace OSC DMESSAGE( "Renaming signal %s to %s", this->path(), new_path ); - if ( _direction == Signal::Input ) - { + /* if ( _direction == Signal::Input ) */ + /* { */ lo_server_del_method( _endpoint->_server, _path, NULL ); lo_server_add_method( _endpoint->_server, new_path, NULL, _endpoint->osc_sig_handler, this ); - } + /* } */ for ( std::list::iterator i = _endpoint->_peers.begin(); i != _endpoint->_peers.end();