aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-31 13:05:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-31 13:05:56 +0000
commit1acb5329c86305bcc28e19af29e056cb16f6d10a (patch)
tree2ba83b047fb2cd4d2c164dc14cc62ab4fad2e9ad /usr.bin
parentabb69175f89198119fe79357c107f679ac719247 (diff)
downloadsrc-1acb5329c86305bcc28e19af29e056cb16f6d10a.tar.gz
src-1acb5329c86305bcc28e19af29e056cb16f6d10a.zip
Back out previous commit - it was not well thought out.
Clue beaten in by: ume Pointy hat to: sobomax
Notes
Notes: svn path=/head/; revision=106250
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/finger/finger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c
index 0de467d8618d..8aafdd50c3b8 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];