diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-05-23 22:48:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-05-23 22:48:54 +0000 |
commit | 6bd32fb036d801f1ee86841bd66c1732e78729d0 (patch) | |
tree | ec52b48bceb221a7c46ac20ccce9dae5253d570f /usr.sbin/bgpd/bgpd.c | |
parent | d71c905a41051188e3c23bda83980dc5db437c79 (diff) |
one more endpwent
Diffstat (limited to 'usr.sbin/bgpd/bgpd.c')
-rw-r--r-- | usr.sbin/bgpd/bgpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c index 0d198ba0b9e..53c431e2277 100644 --- a/usr.sbin/bgpd/bgpd.c +++ b/usr.sbin/bgpd/bgpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.c,v 1.117 2005/04/28 13:54:45 claudio Exp $ */ +/* $OpenBSD: bgpd.c,v 1.118 2005/05/23 22:48:53 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -177,7 +177,6 @@ main(int argc, char *argv[]) if (getpwnam(BGPD_USER) == NULL) errx(1, "unknown user %s", BGPD_USER); - endpwent(); log_init(debug); |