You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the private static char pointers from osdetect.h.
This does not break the API because the removed pointers are no
member variables, and they could not be accessed because they
were private.
As all script names were used only once, there is also no need
to have additional pointer constants, and using the names
directly simplifies the code.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
0 commit comments