| 4455:f09f1124abc8 | 4456:ac4e44eb7e98 |
|---|---|
| 1662 return; | 1662 return; |
| 1663 } | 1663 } |
| 1664 | 1664 |
| 1665 idata = gc->proto_data; | 1665 idata = gc->proto_data; |
| 1666 | 1666 |
| 1667 if (source != 1) { | 1667 if (source < 0) { |
| 1668 hide_login_progress(gc, "Write error"); | 1668 hide_login_progress(gc, "Write error"); |
| 1669 signoff(gc); | 1669 signoff(gc); |
| 1670 return; | 1670 return; |
| 1671 } | 1671 } |
| 1672 idata->fd = source; | 1672 idata->fd = source; |