diff --git a/s/d_state.cpp b/s/d_state.cpp index 20ad4c9c376..a8d6f9ed4c1 100644 --- a/s/d_state.cpp +++ b/s/d_state.cpp @@ -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; }