diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-31 13:05:56 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-31 13:05:56 +0000 |
| commit | 1acb5329c86305bcc28e19af29e056cb16f6d10a (patch) | |
| tree | 2ba83b047fb2cd4d2c164dc14cc62ab4fad2e9ad /usr.bin | |
| parent | abb69175f89198119fe79357c107f679ac719247 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/finger/finger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 0de467d8618db..8aafdd50c3b8a 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -92,7 +92,7 @@ __FBSDID("$FreeBSD$"); DB *db; time_t now; int entries, gflag, lflag, mflag, pplan, sflag, oflag, Tflag; -sa_family_t family = AF_INET; +sa_family_t family = PF_UNSPEC; int d_first = -1; char tbuf[1024]; |
