patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
14 lines
411 B
Diff
14 lines
411 B
Diff
Index: sys/netinet/sctp_input.c
|
|
===================================================================
|
|
--- sys/netinet/sctp_input.c (revision 200583)
|
|
+++ sys/netinet/sctp_input.c (working copy)
|
|
@@ -834,6 +834,9 @@ sctp_handle_shutdown(struct sctp_shutdown_chunk *c
|
|
return;
|
|
} else {
|
|
sctp_update_acked(stcb, cp, net, abort_flag);
|
|
+ if (*abort_flag) {
|
|
+ return;
|
|
+ }
|
|
}
|
|
if (asoc->control_pdapi) {
|
|
/*
|