Commit bd744e76 authored by Thomas Braun's avatar Thomas Braun
Browse files

DataBase.cpp: Remove tmp prefix from tmp_ds_name variables

parent 9b403bd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -263,8 +263,8 @@ void DataBase::delete_device()
    {
        Tango::Util *tg = Tango::Util::instance();
        std::string &ds_name = tg->get_ds_name();
        char *tmp_ds_name = const_cast<char *>(ds_name.c_str());
        db_un_export_server(tmp_ds_name);
        char *ds_name_mut = const_cast<char *>(ds_name.c_str());
        db_un_export_server(ds_name_mut);
    }

    //	Delete device allocated objects