1
0
Fork 0

Revert "Call fgInitAllowedPaths() also in fgInitConfig()"

This reverts commit e7594f4687.
This commit is contained in:
Florent Rougon 2022-08-28 11:49:37 +02:00
parent 896be707ae
commit 3ee54cbd72

View file

@ -711,7 +711,6 @@ int fgInitConfig ( int argc, char **argv, bool reinit )
if (result != flightgear::FG_OPTIONS_OK) {
return result;
}
fgInitAllowedPaths(); // preliminary: whitelist at least FGData
}
// establish default for developer-mode based upon compiled build types