Skip to content

Commit

Permalink
delete unfinished code
Browse files Browse the repository at this point in the history
  • Loading branch information
nishida committed Jun 21, 2005
1 parent d5b12f1 commit 9943a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet/dccp_usrreq.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: dccp_usrreq.c,v 1.52 2005/06/20 17:03:55 nishida Exp $ */
/* $KAME: dccp_usrreq.c,v 1.53 2005/06/21 01:42:06 nishida Exp $ */

/*
* Copyright (c) 2003 Joacim Häggmark, Magnus Erixzon, Nils-Erik Mattsson
Expand Down Expand Up @@ -670,7 +670,7 @@ dccp_input(struct mbuf *m, ...)
DHDR_TO_DSEQ(seqnr, dlh)
} else {
/* shortseq */
seqnr = convert_longseq(ntohl(dh->dh_seq));
seqnr = ntohl(dh->dh_seq);
}

DCCP_DEBUG((LOG_INFO, "Received DCCP packet with sequence number = %llu , gsn_rcv %llu\n", seqnr, dp->gsn_rcv));
Expand Down

0 comments on commit 9943a7d

Please sign in to comment.