Skip to content

Commit f35e34d

Browse files
committed
Read both of the trustlist files
1 parent 3de2ff0 commit f35e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AasSecurity/SecuritySettingsForServerParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private static void ParseAuthenticationServer(AdminShellPackageEnv env, Submodel
156156
}
157157
}
158158
}
159-
else if (System.IO.File.Exists("trustlist.xml"))
159+
if (System.IO.File.Exists("trustlist.xml"))
160160
{
161161
Console.WriteLine("Read trustlist.xml");
162162

0 commit comments

Comments
 (0)