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.orig (+5 lines)
Lines 1659-1664 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
			/* defensive check for malformed requests */
1663
			if( dcc == NULL ) {
1664
			  dcc_malformed( sess, nick, word_eol[4] + 2 );
1665
			  return;
1666
			}
1662
			dcc->addr = addr;
1667
			dcc->addr = addr;
1663
			dcc->port = port;
1668
			dcc->port = port;
1664
			dcc_connect(dcc);
1669
			dcc_connect(dcc);

Return to bug 35623