Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35623 | Differences between
and this patch

Collapse All | Expand All

(-)src/common/dcc.c.org (-4 / +6 lines)
Lines 1659-1668 Link Here
1659
			 * sending file.
1659
			 * sending file.
1660
			 */
1660
			 */
1661
			dcc = find_dcc_from_id (pasvid, TYPE_SEND);
1661
			dcc = find_dcc_from_id (pasvid, TYPE_SEND);
1662
			dcc->addr = addr;
1662
			if (dcc) {
1663
			dcc->port = port;
1663
				dcc->addr = addr;
1664
			dcc_connect(dcc);
1664
				dcc->port = port;
1665
			return;
1665
				dcc_connect(dcc);
1666
				return;
1667
			}
1666
		}
1668
		}
1667
1669
1668
		dcc = new_dcc ();
1670
		dcc = new_dcc ();

Return to bug 35623