Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
e1ae627f
Commit
e1ae627f
authored
Apr 20, 1999
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: NEWS:1.15 Rev: src/channel.c:1.35
parent
20bee3d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
NEWS
NEWS
+5
-0
src/channel.c
src/channel.c
+2
-2
No files found.
NEWS
View file @
e1ae627f
NEWS for the 1999-04-20 snapshot:
Internal reorganization. Implemented the "control language".
And some bug fixes. See ChangeLog for all the details.
NEWS for the 1999-03-17 snapshot
CAST and TWFOFISH seem to work now.
...
...
src/channel.c
View file @
e1ae627f
...
...
@@ -989,7 +989,7 @@ static int do_channel_success(struct packet_handler *closure UNUSED,
return
LSH_OK
|
LSH_GOON
;
}
{
CAST
(
command_continuation
,
c
,
CAST
_SUBTYPE
(
command_continuation
,
c
,
object_queue_remove_head
(
&
channel
->
pending_requests
));
return
channel_process_status
(
connection
->
channels
,
channel_number
,
COMMAND_RETURN
(
c
,
channel
));
...
...
@@ -1024,7 +1024,7 @@ static int do_channel_failure(struct packet_handler *closure UNUSED,
return
LSH_OK
|
LSH_GOON
;
}
{
CAST
(
command_continuation
,
c
,
CAST
_SUBTYPE
(
command_continuation
,
c
,
object_queue_remove_head
(
&
channel
->
pending_requests
));
return
channel_process_status
(
connection
->
channels
,
channel_number
,
...
...
Write
Preview
Markdown
is supported
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