Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information