X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d26ffc64f583ab2d29df48f13518685602bc8832..d9a64523371fa019c4575bb400cbbc3a50ac9903:/bsd/net/if_stf.c diff --git a/bsd/net/if_stf.c b/bsd/net/if_stf.c index c4fce0074..2d5f2e90b 100644 --- a/bsd/net/if_stf.c +++ b/bsd/net/if_stf.c @@ -317,7 +317,7 @@ stfattach(void) stfinit(); error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_STF, - stf_attach_inet6, NULL); + stf_attach_inet6, NULL); if (error != 0) printf("proto_register_plumber failed for AF_INET6 error=%d\n", error);