Following patch fixes a minor bug.

-- 
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: [EMAIL PROTECTED]   Phone: +46 90 7866134 Fax: +46 90 7866126
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se
diff -ru site/src/server/OUserI.c p1/src/server/OUserI.c
--- site/src/server/OUserI.c	2006-11-01 13:26:13.000000000 +0100
+++ p1/src/server/OUserI.c	2006-11-16 13:19:59.000000000 +0100
@@ -298,7 +298,7 @@
 
       hostcheck = FALSE;
 
-      for (index = 0;index < MAX_MADMINUSERS;index++)
+      for (index = 0;index < MAX_MADMINHOSTS;index++)
         {
         if (MSched.AdminHost[index][0] == '\0')
           break;
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to