Index: /branches/rel_apv_10_7_1/usr/click/lib/libhc/hc_comm.c
===================================================================
--- /branches/rel_apv_10_7_1/usr/click/lib/libhc/hc_comm.c	(revision 38213)
+++ /branches/rel_apv_10_7_1/usr/click/lib/libhc/hc_comm.c	(working copy)
@@ -24025,7 +24025,7 @@
                 }
                 if (j >= MAX_RADIUS_CONF_COUNT) {
                     printf("The records saved radius healthcheck configuration ");
-                    printf("are to maximum (80).\n");
+                    printf("are to maximum (%d).\n", MAX_RADIUS_CONF_COUNT);
                     hc_detach_all_shm_chunk();
                     return ERR_HC_INVALID_ARGUMENT;
                 }
@@ -24116,7 +24116,7 @@
 	}
 	if (i >= MAX_RADIUS_CONF_COUNT) {
 		printf("The records saved radius healthcheck configuration ");
-		printf("are to maximum (80).\n");
+		printf("are to maximum (%d).\n", MAX_RADIUS_CONF_COUNT);
 		hc_detach_all_shm_chunk();
 		return ERR_HC_INVALID_ARGUMENT;
 	}
Index: /branches/rel_apv_10_7_1/usr/click/lib/libhc/hc_head.h
===================================================================
--- /branches/rel_apv_10_7_1/usr/click/lib/libhc/hc_head.h	(revision 38213)
+++ /branches/rel_apv_10_7_1/usr/click/lib/libhc/hc_head.h	(working copy)
@@ -292,7 +292,7 @@
                                                 string in the radius packet */
 #define MAX_RADIUS_SECRET_LEN             128 /* the maximum of the secret */
 #define AUTHENTICATOR_LEN                 16  /* the authenticator's length */
-#define MAX_RADIUS_CONF_COUNT             80  /* the maximum radius 
+#define MAX_RADIUS_CONF_COUNT             256  /* the maximum radius
                                                  configuration be saved */
 #define RADIUS_MSG_BUF_LEN                4096  /* the maximum packet length */
 #define MAX_RADIUS_ATTR_COUNT             3    /*max count of attributes in hc request excepte username and password*/
