mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 04:40:31 +09:00
pkd: omit -v for dbclient by default
The `-v` is only recognized by `dbclient` when dropbear is built in its DEBUG_TRACE mode. Omit that flag by default to avoid a warning log emitted to stderr. Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -82,7 +82,6 @@
|
||||
DROPBEAR_BINARY " " \
|
||||
"-y -y " \
|
||||
"-i " CLIENT_ID_FILE " " \
|
||||
"-v " \
|
||||
"1> %s.out " \
|
||||
"2> %s.err "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user