https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=42429
Andriy Voskoboinyk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |[email protected] Resolution|--- |Works As Intended --- Comment #4 from Andriy Voskoboinyk <[email protected]> --- As I can see from the code and / or attached patch hash_access() with HASH_DELETE parameter when the key is not found already returns 1 - that's the value of ABNORMAL macro: /* Return values */ #define SUCCESS (0) #define ERROR (-1) #define ABNORMAL (1) so the patch is actually no-op. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
