개정판 ddfd4bc7
issue #1204: 얻어온 값 대문자로 변경 후 비교
Change-Id: I0ff455c0d9174683ca0354c9eddc9090483393f4
KCOM/App.xaml.cs | ||
---|---|---|
129 | 129 |
App.FileLogger.Debug("hostEntry == null"); |
130 | 130 |
isExternal = true; |
131 | 131 |
} |
132 |
else if (!string.IsNullOrEmpty(localdomain) && !hostEntry.HostName.ToUpper().EndsWith(localdomain)) |
|
132 |
else if (!string.IsNullOrEmpty(localdomain) && !hostEntry.HostName.ToUpper().EndsWith(localdomain.ToUpper()))
|
|
133 | 133 |
{ |
134 | 134 |
// 외부 사용자 |
135 | 135 |
App.FileLogger.Debug(string.Format("You are external user because located out side of given domain({0})\nYour domain is {1}", localdomain, hostEntry.HostName)); |
내보내기 Unified diff