Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
5f0d8ccc
Commit
5f0d8ccc
authored
Oct 08, 2004
by
Niels Möller
Browse files
(do_userauth_info_request) Insert an empty line between name and
instruction. Rev: src/client_userauth.c:1.61
parent
3a71bf5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_userauth.c
View file @
5f0d8ccc
...
...
@@ -1137,7 +1137,7 @@ do_userauth_info_request(struct packet_handler *s,
if
(
!
s
)
goto
error
;
dialog
->
instruction
=
ssh_format
(
"%lfS
\n
%lfS
\n
"
,
dialog
->
instruction
=
ssh_format
(
"%lfS
\n
\n
%lfS
\n
"
,
s
,
dialog
->
instruction
);
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment