개정판 df33d20a
issue #000: hostentry 가 null 일 경우 hostname 출력 불가능.
Change-Id: Ic3514491b15902e4ce056ecd401994d9b2f79ec8
KCOM/App.xaml.cs | ||
---|---|---|
122 | 122 |
string localdomain = CommonLib.Common.GetConfigString("HOST_DOMAIN", "DOMAIN", ""); |
123 | 123 |
|
124 | 124 |
var hostEntry = CommonLib.DNSHelper.GetHostEntryTask(); |
125 |
App.FileLogger.Debug(string.Format("HostName : {0}", hostEntry.HostName)); |
|
125 |
|
|
126 | 126 |
if (hostEntry == null) |
127 | 127 |
{ |
128 | 128 |
System.Diagnostics.Debug.WriteLine("(hostEntry == null"); |
내보내기 Unified diff