Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/daemon


Modified Files:
        auth.c 


Log Message:
Formatting.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/auth.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- auth.c      7 Jul 2005 04:15:16 -0000       1.16
+++ auth.c      9 Aug 2005 09:37:15 -0000       1.17
@@ -432,8 +432,8 @@
       {
          entranced_debug("entranced_auth_user_add: Unable to write auth file 
%s\n", d->client.authfile);
          free(d->client.authfile);
-         d->client.authfile = NULL;
-     seteuid(0);
+        d->client.authfile = NULL;
+        seteuid(0);
          return FALSE;
       }
       /* TODO: May need a permissions/paranoia check */
@@ -448,8 +448,8 @@
          free(d->client.authfile);
          d->client.authfile = NULL;
 
-     seteuid(0);
-         umask (022);
+        seteuid(0);
+        umask (022);
       }
       else
          break;




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to