Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix probe_reset #2040

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Fix probe_reset #2040

merged 1 commit into from
Nov 7, 2023

Conversation

0intro
Copy link
Contributor

@0intro 0intro commented Oct 4, 2023

The probe_reset function didn't work properly, because its second argument was always NULL.

This changes fixes the probe_reset function by passing the probe as the second argument.

This change also call probe_ncache_clear to clear the ncache instead of calling probe_ncache_free and probe_ncache_new, like it was done in change 057873a.

@jan-cerny
Copy link
Member

/packit retest-failed

The probe_reset function didn't work properly,
because its second argument was always NULL.

This changes fixes the probe_reset function by
passing the probe as the second argument.

This change also calls probe_ncache_clear to clear
the ncache instead of calling probe_ncache_free and
probe_ncache_new, like it was done in change
057873a.
Copy link
Contributor

@evgenyz evgenyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@evgenyz evgenyz merged commit dc2ecea into OpenSCAP:maint-1.3 Nov 7, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants