diff lib-src/gnuserv.c @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 223736d75acb
children 023b83f4e54b
line wrap: on
line diff
--- a/lib-src/gnuserv.c	Mon Aug 13 11:43:25 2007 +0200
+++ b/lib-src/gnuserv.c	Mon Aug 13 11:44:37 2007 +0200
@@ -500,7 +500,7 @@
 
 #ifdef AUTH_MAGIC_COOKIE
 	  if (server_xauth && server_xauth->data)
-	  {
+	    {
 	    /* Do a compare without comprising info about
 	       the size of the cookie */
 	    int auth_data_pos;
@@ -517,7 +517,7 @@
 	      return TRUE;
 	    
 	    for(;rand() % 1000;);
-	  }
+	    }
 
 #else
 	  printf ("client tried Xauth, but server is not compiled with Xauth\n");