View | Details | Raw Unified | Return to bug 223817
Collapse All | Expand All

(-)sys/netinet/tcp_output.c (+1 lines)
Lines 1297-1302 send: Link Here
1297
			 * Do not send segment if the calculation of MD5
1297
			 * Do not send segment if the calculation of MD5
1298
			 * digest has failed.
1298
			 * digest has failed.
1299
			 */
1299
			 */
1300
			m_freem(m);
1300
			goto out;
1301
			goto out;
1301
		}
1302
		}
1302
	}
1303
	}

Return to bug 223817