- Notifications
You must be signed in to change notification settings - Fork5
Commit6b1a837
committed
Remove vestigial CHECK_FOR_INTERRUPTS call.
Commite710b65 inserted code in md5_crypt_verify to disable and laterre-enable interrupts, with a CHECK_FOR_INTERRUPTS call as part of thesecond step, to process any interrupts that had been held off. Commit6647248 removed the interrupt disable/re-enable code, but left behindthe CHECK_FOR_INTERRUPTS, even though this is now an entirely random,pointless place for one. md5_crypt_verify doesn't run long enough toneed such a check, and if it did, this would still be the wrong placeto put one.1 parent5e0b5dc commit6b1a837
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
0 commit comments
Comments
(0)