mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
Merge branch 'srv' of https://github.com/xiaoyinl/ghidra into GT-2748_Dan_PR-Errata
This commit is contained in:
commit
6b36ba85fe
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user