Merge branch 'srv' of https://github.com/xiaoyinl/ghidra into GT-2748_Dan_PR-Errata

This commit is contained in:
Dan 2019-04-11 10:43:50 -04:00
commit 6b36ba85fe

View File

@ -257,7 +257,7 @@ public class PdbSymbolServerPlugin extends Plugin {
// srv*[local cache]*[private symbol server]*https://msdl.microsoft.com/download/symbols
// srv*c:\symbols*https://msdl.microsoft.com/download/symbols
if (!envString.startsWith("srv")) {
if (!envString.startsWith("srv") && !envString.startsWith("SRV")) {
return;
}