diff options
author | Brian Somers <brian@FreeBSD.org> | 2002-01-16 14:03:52 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2002-01-16 14:03:52 +0000 |
commit | 63c6cac94057b456640eb8e1fbbc7cc05e312296 (patch) | |
tree | 68f8d0feba20c53891bed19a936dd7c3e522e6d3 /usr.sbin/ppp/probe.c | |
parent | c87436f34148cc5b80fd7148441fbfbdff3b83d9 (diff) | |
download | src-63c6cac94057b456640eb8e1fbbc7cc05e312296.tar.gz src-63c6cac94057b456640eb8e1fbbc7cc05e312296.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/probe.c')
-rw-r--r-- | usr.sbin/ppp/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/probe.c b/usr.sbin/ppp/probe.c index 823be40f7504..a33734cb5b16 100644 --- a/usr.sbin/ppp/probe.c +++ b/usr.sbin/ppp/probe.c @@ -56,7 +56,7 @@ ipv6_available(void) { int s; - if ((s = ID0socket(AF_INET6, SOCK_DGRAM, 0)) == -1) + if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1) return 0; close(s); |