X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fsctp%2Ftransport.c;h=0ec0fde6e6c596d19727fa831dd61991fa4c7a47;hb=3f7a87d2fa9b42f7aade43914f060df68cc89cc7;hp=f30882e1e96acc3f99012b77a11d1238b39aa2f0;hpb=8b22c249e7de453961e4d253b19fc2a0bdd65d53;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/sctp/transport.c b/net/sctp/transport.c index f30882e..0ec0fde 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c @@ -83,7 +83,9 @@ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer, peer->last_time_used = jiffies; peer->last_time_ecne_reduced = jiffies; - peer->active = SCTP_ACTIVE; + peer->init_sent_count = 0; + + peer->state = SCTP_ACTIVE; peer->hb_allowed = 0; /* Initialize the default path max_retrans. */