diff options
Diffstat (limited to 'src/net/ipv4.c')
| -rw-r--r-- | src/net/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ipv4.c b/src/net/ipv4.c index a3cbdb039..5918bbecf 100644 --- a/src/net/ipv4.c +++ b/src/net/ipv4.c @@ -222,7 +222,7 @@ static struct io_buffer * ipv4_reassemble ( struct io_buffer * iobuf ) { free_iob ( iobuf ); /* Set the reassembly timer */ - timer_init ( &fragbuf->frag_timer, ipv4_frag_expired ); + timer_init ( &fragbuf->frag_timer, ipv4_frag_expired, NULL ); start_timer_fixed ( &fragbuf->frag_timer, IP_FRAG_TIMEOUT ); /* Add the fragment buffer to the list of fragment buffers */ |
