Skip to content
GitLab
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
2bdbdf74
Commit
2bdbdf74
authored
Aug 29, 1999
by
Niels Möller
Browse files
* src/channel.c (alloc_channel): Update in_use table properly. .
Rev: src/channel.c:1.52
parent
4bdf859f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.c
View file @
2bdbdf74
...
...
@@ -324,6 +324,7 @@ int alloc_channel(struct channel_table *table)
table
->
next_channel
=
table
->
used_channels
=
i
+
1
;
table
->
in_use
[
i
]
=
1
;
return
i
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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