We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d2c59 commit c94138dCopy full SHA for c94138d
ssh.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: ssh.c,v 1.607 2025/03/02 07:02:49 dtucker Exp $ */
+/* $OpenBSD: ssh.c,v 1.608 2025/03/02 11:03:13 djm Exp $ */
2
/*
3
* Author: Tatu Ylonen <ylo@cs.hut.fi>
4
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1455,7 +1455,7 @@ main(int ac, char **av)
1455
if (options.user != NULL) {
1456
if ((p = percent_dollar_expand(options.user,
1457
DEFAULT_CLIENT_PERCENT_EXPAND_ARGS_NOUSER(cinfo),
1458
- (char *)NULL)) == NULL)
+ (char *)NULL)) == NULL)
1459
fatal("invalid environment variable expansion");
1460
free(options.user);
1461
options.user = p;
0 commit comments