From 25c6f20d995d7b23b0aa2ea334f9cedde1a782d0 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 (cherry picked from commit b772bd7e3c1305710eb3c18b2fe4108e467bd383) Reviewed-on: http://gerrit.openafs.org/1650 (cherry picked from commit 812dcc2c1b4e0f333dd0a85f46066c8018aad79b) --- 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 635fa42cd..800ef0058 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -75,7 +75,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