From dedb8ad67549c26ee30264c8eaa1eae449b3d9f7 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 4 Jun 2006 21:56:31 +0000 Subject: [PATCH] Put back a "0" that got deleted somehow. I blame the cat. :) --- pppd/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/auth.c b/pppd/auth.c index e78773e..8180927 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -68,7 +68,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: auth.c,v 1.110 2006/06/04 07:04:57 paulus Exp $" +#define RCSID "$Id: auth.c,v 1.111 2006/06/04 21:56:31 paulus Exp $" #include #include @@ -420,7 +420,7 @@ setupapfile(argv) novm("+ua file name"); if (seteuid(getuid()) == -1) { option_error("unable to reset uid before opening %s: %m", fname); - return ; + return 0; } ufile = fopen(fname, "r"); if (seteuid(0) == -1) -- 2.39.2