diff options
-rw-r--r-- | usr.sbin/authpf/authpf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index 8f32986e30e..0e70a848628 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.90 2005/05/02 02:29:26 djm Exp $ */ +/* $OpenBSD: authpf.c,v 1.91 2005/05/23 22:50:23 henning Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -133,7 +133,6 @@ main(int argc, char *argv[]) uid = getuid(); pw = getpwuid(uid); - endpwent(); if (pw == NULL) { syslog(LOG_ERR, "cannot find user for uid %u", uid); goto die; |