=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.396 retrieving revision 1.397 diff -u -r1.396 -r1.397 --- src/usr.bin/ssh/servconf.c 2023/07/17 05:26:38 1.396 +++ src/usr.bin/ssh/servconf.c 2023/08/29 02:50:10 1.397 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.396 2023/07/17 05:26:38 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.397 2023/08/29 02:50:10 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -1973,7 +1973,7 @@ fatal("%s line %d: %s integer value %s.", filename, linenum, keyword, errstr); } - if (*activep) + if (*activep && options->per_source_max_startups == -1) options->per_source_max_startups = value; break;