mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
SERVER-2299 Tie code site to JIRA item
This commit is contained in:
parent
5e5ed8bb03
commit
ff3699851d
@ -61,6 +61,7 @@ namespace mongo {
|
||||
|
||||
void ShardingState::gotShardName( const string& name ){
|
||||
if ( _shardName.size() == 0 ){
|
||||
// TODO SERVER-2299 verify the name is sound w.r.t IPs
|
||||
_shardName = name;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user