diff --git a/libtransport/Transport.cpp b/libtransport/Transport.cpp index 084aaeba40b19de1004c4aa484cf5e0aa4cd9243..61fe1bf2e7e448e20bda2b18d571f4ff4e5f810b 100644 --- a/libtransport/Transport.cpp +++ b/libtransport/Transport.cpp @@ -38,6 +38,7 @@ DEFINE_LOGGER(logger_xml, "Component.RAW"); Component::Component(Frontend *frontend, Swift::EventLoop *loop, Swift::NetworkFactories *factories, Config *config, Factory *factory, Transport::UserRegistry *userRegistry) { m_frontend = frontend; m_userRegistry = NULL; + m_adminInterface = NULL; m_reconnectCount = 0; m_config = config; m_factory = factory;