Skip to content

sysctl: better failure ignoring

Tobias Stoeckmann requested to merge (removed):sysctl into master

The failure ignoring option "-" is treated after name check. Therefore, an empty name is not detected.

If you use "-=value", the name will be seen as "-". Moving the failure ignoring check in front of the name check solves the problem.

Merge request reports