diff options
| author | 2009-08-12 19:38:48 +0000 | |
|---|---|---|
| committer | 2009-08-12 19:38:48 +0000 | |
| commit | 6cfd6ad816d597a88abcbe6c6dc9d3e507aa539c (patch) | |
| tree | d9752f44e804adc271ff096920eb2348cf60e141 /src/configreader.cpp | |
| parent | Fixes for config reader (diff) | |
Make rehash work more than once per run, and fix some uninitialized values in connect classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11505 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 30db77e4d..a6d6e3c85 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1019,8 +1019,6 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) } break; } - /* We're done with this now */ - delete Values[Index].val; } /* Read the multiple-tag items (class tags, connect tags, etc) |
