Skip to content

Commit

Permalink
fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Feb 6, 2004
1 parent 989e55e commit 143f44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freebsd4/sys/netinet6/udp6_usrreq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* $FreeBSD: src/sys/netinet6/udp6_usrreq.c,v 1.6.2.13 2003/01/24 05:11:35 sam Exp $ */
/* $KAME: udp6_usrreq.c,v 1.75 2004/02/06 08:34:07 suz Exp $ */
/* $KAME: udp6_usrreq.c,v 1.76 2004/02/06 08:52:22 suz Exp $ */

/*
* Copyright (c) 2002 INRIA. All rights reserved.
Expand Down Expand Up @@ -953,7 +953,7 @@ pass_to_pcb6(m, opts, last, src, in6p, off)
m_freem(opts);
udpstat.udps_fullsock++;
} else
sorwakeup(last->in6p_socket);
sorwakeup((*last)->in6p_socket);
opts = NULL;

end:
Expand Down

0 comments on commit 143f44c

Please sign in to comment.