From b772bd7e3c1305710eb3c18b2fe4108e467bd383 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 3 Nov 2009 23:50:39 -0500 Subject: [PATCH] Increase the maximum number of sysnames Change-Id: I8438ca19649730260370d8b00fb0157e808abe31 Reviewed-on: http://gerrit.openafs.org/778 Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/afs/afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs.h b/src/afs/afs.h index dcf1ce912..aba83d82b 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -82,7 +82,7 @@ extern int afs_shuttingdown; #define PIGGYSIZE 1350 /* max piggyback size */ #define MAXVOLS 128 /* max vols we can store */ #define MAXSYSNAME 128 /* max sysname (i.e. @sys) size */ -#define MAXNUMSYSNAMES 16 /* max that current constants allow */ +#define MAXNUMSYSNAMES 32 /* max that current constants allow */ #define NOTOKTIMEOUT (2*3600) /* time after which to timeout conns sans tokens */ #define NOPAG 0xffffffff #define AFS_NCBRS 300 /* max # of call back return entries */ -- 2.39.5