From 723e65297f67de86ef0b6a488694dcfa4343b091 Mon Sep 17 00:00:00 2001 From: paulc Date: Thu, 6 Jul 2006 13:52:28 +0000 Subject: [PATCH] Removed spurious config file reload. git-svn-id: http://voip.null.ro/svn/yate@952 acf43c95-373e-0410-b603-e72c3f656dc1 --- modules/yrtpchan.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/yrtpchan.cpp b/modules/yrtpchan.cpp index e7a98bde..0e7c80da 100644 --- a/modules/yrtpchan.cpp +++ b/modules/yrtpchan.cpp @@ -793,7 +793,6 @@ void YRTPPlugin::initialize() { Output("Initializing module YRTP"); Configuration cfg(Engine::configFile("yrtpchan")); - cfg.load(); s_minport = cfg.getIntValue("general","minport",MIN_PORT); s_maxport = cfg.getIntValue("general","maxport",MAX_PORT); s_bufsize = cfg.getIntValue("general","buffer",BUF_SIZE);