| # | Line 731 | Line 731 | comm_accept(struct Listener *lptr, struc | |
|---|---|---|
| 731 | return -1; | |
| 732 | } | |
| 733 | ||
| 734 | < | memset(&addr, 0, sizeof(struct irc_ssaddr)); |
| 734 | > | memset(addr, 0, sizeof(struct irc_ssaddr)); |
| 735 | ||
| 736 | /* | |
| 737 | * Next, do the accept(). if we get an error, we should drop the | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |