]> git.ozlabs.org Git - ppp.git/commitdiff
Put back a "0" that got deleted somehow. I blame the cat. :)
authorPaul Mackerras <paulus@samba.org>
Sun, 4 Jun 2006 21:56:31 +0000 (21:56 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 4 Jun 2006 21:56:31 +0000 (21:56 +0000)
pppd/auth.c

index e78773ef90e3c7b8f6706aed07a66cde99bac88a..8180927c6dd56afa773cb56b6bebe7efd460c89f 100644 (file)
@@ -68,7 +68,7 @@
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
  * 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>
 
 #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);
        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)
     }
     ufile = fopen(fname, "r");
     if (seteuid(0) == -1)