openSUSE / salt

openSUSE and SUSE patches and backports for SaltStack
Apache License 2.0
22 stars 52 forks source link

Remove redundant run_func from salt.master.MWorker._handle_aes #650

Closed vzhestkov closed 1 month ago

vzhestkov commented 5 months ago

What does this PR do?

Backport of https://github.com/saltstack/salt/pull/66509 and https://github.com/saltstack/salt/commit/0c3ebc0795f9c2adec90118281343cae3070e0f6

Removes redundant useless call for run_func which seems introduced with https://github.com/saltstack/salt/pull/48660 It's not really clear if it could give any benefit here to have run_func used. Looks like it just adds extra stack entry on the call with no any benefit.

What issues does this PR fix or reference?

Tracks: https://github.com/SUSE/spacewalk/issues/23526

Previous Behavior

Remove this section if not relevant

New Behavior

Remove this section if not relevant

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.