提交 b38b6953 编写于 作者: A Atsushi Eno

Do not overwrite properly configured ServiceBehaviorElement.Name.

上级 158d9db8
......@@ -86,7 +86,7 @@ namespace System.ServiceModel.Configuration
protected override void BaseAdd (ConfigurationElement element)
{
var sbe = element as ServiceBehaviorElement;
if (sbe != null)
if (sbe != null && sbe.Name == null)
sbe.Name = String.Empty;
base.BaseAdd (sbe);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册