Fix linux build for Bug 369296
This commit is contained in:
parent
531447396d
commit
2b727e4c21
@ -70,6 +70,7 @@ CSFILES=$(srcdir)/AssemblyInfo.cs \
|
|||||||
$(srcdir)/common/UnixUserIdentifier.cs \
|
$(srcdir)/common/UnixUserIdentifier.cs \
|
||||||
$(srcdir)/common/Constants.cs \
|
$(srcdir)/common/Constants.cs \
|
||||||
$(srcdir)/common/CSSSLogger.cs \
|
$(srcdir)/common/CSSSLogger.cs \
|
||||||
|
$(srcdir)/common/Config.cs \
|
||||||
$(srcdir)/common/CSSSUtils.cs \
|
$(srcdir)/common/CSSSUtils.cs \
|
||||||
$(srcdir)/common/CSSSException.cs \
|
$(srcdir)/common/CSSSException.cs \
|
||||||
$(srcdir)/communication/IPCChannel.cs \
|
$(srcdir)/communication/IPCChannel.cs \
|
||||||
|
@ -45,7 +45,6 @@ namespace sscs.common
|
|||||||
|
|
||||||
if (sValue == null)
|
if (sValue == null)
|
||||||
{
|
{
|
||||||
ReadRegSetting(sName);
|
|
||||||
sValue = sDefaultValue;
|
sValue = sDefaultValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user