diff options
author | 2008-03-02 19:31:43 +0000 | |
---|---|---|
committer | 2008-03-02 19:31:43 +0000 | |
commit | c908e43532fe6f4ede5f6ec87a5888d2e0d45e8a (patch) | |
tree | 02ce033cab5a11abba29a143b518c03fb4145db5 | |
parent | rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well. (diff) | |
download | wireguard-openbsd-c908e43532fe6f4ede5f6ec87a5888d2e0d45e8a.tar.xz wireguard-openbsd-c908e43532fe6f4ede5f6ec87a5888d2e0d45e8a.zip |
another extra endpwent() not needed
-rw-r--r-- | usr.sbin/ppp/ppp/systems.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/systems.c b/usr.sbin/ppp/ppp/systems.c index cdd39a1c001..9ec35d21ad5 100644 --- a/usr.sbin/ppp/ppp/systems.c +++ b/usr.sbin/ppp/ppp/systems.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: systems.c,v 1.19 2008/03/02 18:46:33 miod Exp $ + * $OpenBSD: systems.c,v 1.20 2008/03/02 19:31:43 deraadt Exp $ */ #include <sys/param.h> @@ -237,7 +237,6 @@ AllowUsers(struct cmdargs const *arg) userok = 1; break; } - endpwent(); return 0; } |