bozo: fix overrun from -rxbind on restart

Fix buffer overrun in bosctlsrv introduced
by commit 544ff1b295

Change-Id: Icb39b5107113e2819a643537b042b20504c783f3
Reviewed-on: http://gerrit.openafs.org/5504
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Michael Meffie 2011-09-26 11:59:55 -04:00 committed by Jeffrey Altman
parent 11f54962f6
commit 48e326372d

View File

@ -35,7 +35,7 @@
#define BOSSERVER_STARTMSG_EXE "afslegal.exe"
#define BOSSERVER_RESTART_ARG_MAX 2 /* "-noauth", "-log" */
#define BOSSERVER_RESTART_ARG_MAX 3 /* "-noauth", "-log", "-rxbind" */
#define BOSSERVER_WAIT_TIME_HINT 60 /* seconds */
#define BOSSERVER_STOP_TIME_MAX (FSSDTIME + 60) /* seconds */