Removed spurious config file reload.

git-svn-id: http://voip.null.ro/svn/yate@952 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-07-06 13:52:28 +00:00
parent 598845b7c3
commit 723e65297f
1 changed files with 0 additions and 1 deletions

View File

@ -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);