summaryrefslogtreecommitdiff
path: root/genauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'genauth.c')
-rw-r--r--genauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/genauth.c b/genauth.c
index 0e50226..3e68210 100644
--- a/genauth.c
+++ b/genauth.c
@@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/genauth.c,v 3.20 2003/10/17 20:20:02 herrb Exp $ */
+/* $XFree86: xc/programs/xdm/genauth.c,v 3.21 2003/11/26 07:33:10 herrb Exp $ */
/*
* xdm - display manager daemon
@@ -437,6 +437,7 @@ GenerateAuthData (char *auth, int len)
auth[i] |= bit;
}
}
+ return 1;
#else /* !XDMAUTH */
#ifdef ARC4_RANDOM
unsigned int *rnd = (unsigned*)auth;