- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit93c7dcf
committed
Here the fix for the first assertion failure I had which killed
my postmaster 1.07.It's really simple, the loop dealing with all socketscan't handle more than one ready socket :-)A simple logic error dealing with lists.OR IS THERE ANY REASON FOR SETTING curr TO 0?Submitted by: Carsten Heyl <Heyl@nads.de>1 parent9b1e589 commit93c7dcf
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 |
| - | |
| 406 | + | |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 |
| - | |
| 544 | + | |
545 | 545 |
| |
546 | 546 |
| |
547 |
| - | |
| 547 | + | |
| 548 | + | |
548 | 549 |
| |
549 | 550 |
| |
550 | 551 |
| |
|
0 commit comments
Comments
(0)