From: djm@openbsd.org Date: Sun, 2 Mar 2025 11:03:13 +0000 (+0000) Subject: upstream: whitespace X-Git-Tag: V_10_0_P1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94138d02a45dda5015f38f5a60b0bdde29019c1;p=thirdparty%2Fopenssh-portable.git upstream: whitespace OpenBSD-Commit-ID: 1bd8953a37451ef7e0991f9fceec5e8005fe986a --- diff --git a/ssh.c b/ssh.c index 7efa863b4..71eb897fe 100644 --- a/ssh.c +++ b/ssh.c @@ -1,4 +1,4 @@ -/* $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 $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1455,7 +1455,7 @@ main(int ac, char **av) if (options.user != NULL) { if ((p = percent_dollar_expand(options.user, DEFAULT_CLIENT_PERCENT_EXPAND_ARGS_NOUSER(cinfo), - (char *)NULL)) == NULL) + (char *)NULL)) == NULL) fatal("invalid environment variable expansion"); free(options.user); options.user = p;