Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/daemon


Modified Files:
        auth.c 


Log Message:
Fix typo

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/auth.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- auth.c      1 May 2004 21:30:04 -0000       1.11
+++ auth.c      2 May 2004 22:45:40 -0000       1.12
@@ -35,7 +35,7 @@
    
 
    if ((fd = open("/dev/random", O_RDONLY|O_NONBLOCK)) < 0) {
-      entranced_debug("Cookie generation failed: could not open /dev/urandom\n");
+      entranced_debug("Cookie generation failed: could not open /dev/random\n");
       return NULL;
    }
 




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to