use synchronized method to add map entries

This commit is contained in:
ehouse 2009-07-06 02:02:59 +00:00
parent 2ef16d44ca
commit 854b3d9349

View file

@ -163,8 +163,7 @@ RelayConfigs::parse( const char* fname, ino_t prev )
*value++ = '\0'; /* terminate "key" substring */
m_values.insert( pair<string,string>
(string(line),string(value) ) );
SetValueFor( line, value );
}
fclose( f );
}