Enlightenment CVS committal Author : xcomputerman Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/client Modified Files: entrance_auth.c Log Message: Add missing conditional for shadow authentication function. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_auth.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- entrance_auth.c 27 Dec 2004 06:45:14 -0000 1.22 +++ entrance_auth.c 5 Jan 2005 23:10:28 -0000 1.23 @@ -269,6 +269,7 @@ return (strcmp(encrypted, correct)) ? ERROR_BAD_PASS : AUTH_SUCCESS; } +#if HAVE_SHADOW static int entrance_auth_cmp_shadow(Entrance_Auth * e) { @@ -295,6 +296,7 @@ return (strcmp(encrypted, correct)) ? ERROR_BAD_PASS : AUTH_SUCCESS; } +#endif int entrance_auth_cmp(Entrance_Auth * e, const char *display, int mode) ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs