summaryrefslogtreecommitdiff
path: root/pppd/auth.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-06-04 21:56:31 +0000
committerPaul Mackerras <paulus@samba.org>2006-06-04 21:56:31 +0000
commitdedb8ad67549c26ee30264c8eaa1eae449b3d9f7 (patch)
tree2fe7096c04d0c93ac5b0b03faf38e353080b576f /pppd/auth.c
parentbf69479845b0dc57e75423be4dd2491cadda1f89 (diff)
downloadppp-dedb8ad67549c26ee30264c8eaa1eae449b3d9f7.tar.gz
Put back a "0" that got deleted somehow. I blame the cat. :)
Diffstat (limited to 'pppd/auth.c')
-rw-r--r--pppd/auth.c4
1 files 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 <stdio.h>
#include <stddef.h>
@@ -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)