=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- src/usr.bin/ssh/sshconnect.c 2021/04/03 06:18:41 1.352 +++ src/usr.bin/ssh/sshconnect.c 2021/06/08 06:54:40 1.353 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.c,v 1.352 2021/04/03 06:18:41 djm Exp $ */ +/* $OpenBSD: sshconnect.c,v 1.353 2021/06/08 06:54:40 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -827,7 +827,7 @@ osigchld = ssh_signal(SIGCHLD, SIG_DFL); /* Turn the command into an argument vector */ - if (argv_split(command_template, &ac, &av) != 0) { + if (argv_split(command_template, &ac, &av, 0) != 0) { error("%s \"%s\" contains invalid quotes", tag, command_template); goto out;