Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtransport/AdminInterface.cpp')
-rw-r--r--tests/libtransport/AdminInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtransport/AdminInterface.cpp b/tests/libtransport/AdminInterface.cpp
index 17cfc176..e3244ed2 100644
--- a/tests/libtransport/AdminInterface.cpp
+++ b/tests/libtransport/AdminInterface.cpp
@@ -32,7 +32,7 @@ class AdminInterfaceTest : public CPPUNIT_NS :: TestFixture, public BasicSlackTe
void setUp (void) {
setMeUp();
- serv = new NetworkPluginServer(component, cfg, userManager, NULL);
+ serv = new NetworkPluginServer(component, cfg, userManager);
admin = new AdminInterface(component, userManager, serv, storage, NULL);
component->setAdminInterface(admin);
}