-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Refactor network parameter to pointer in brute force checks
Modified the `network` parameter to a double pointer in `checkBucketOverLimit` and `checkRepeatingBruteForcer` functions to ensure consistency and correct parameter passing. This change helps in properly utilizing references within these functions, avoiding issues related to network object manipulation. Signed-off-by: Christian Roessner <c@roessner.co>
- Loading branch information
Christian Roessner
committed
Oct 25, 2024
1 parent
9b849c3
commit 53c9da9
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters