=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.392 retrieving revision 1.393 diff -u -r1.392 -r1.393 --- src/usr.bin/ssh/servconf.c 2023/03/05 05:34:09 1.392 +++ src/usr.bin/ssh/servconf.c 2023/05/24 23:01:06 1.393 @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.392 2023/03/05 05:34:09 dtucker Exp $ */ +/* $OpenBSD: servconf.c,v 1.393 2023/05/24 23:01:06 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -2346,7 +2346,7 @@ fatal("%.200s line %d: %s must be an absolute path", filename, linenum, keyword); } - if (*activep && options->authorized_keys_command == NULL) + if (*activep && *charptr == NULL) *charptr = xstrdup(str + len); argv_consume(&ac); break;