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
63320059
Commit
63320059
authored
Jan 18, 2001
by
Niels Möller
Browse files
* src/channel.c (alloc_channel): Use UINT32, not int, for
new_size. Rev: src/channel.c:1.90
parent
7cac4669
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.c
View file @
63320059
...
...
@@ -315,7 +315,7 @@ alloc_channel(struct channel_table *table)
if
(
i
==
table
->
allocated_channels
)
{
int
new_size
=
table
->
allocated_channels
*
2
;
UINT32
new_size
=
table
->
allocated_channels
*
2
;
struct
ssh_channel
**
new_channels
;
UINT8
*
new_in_use
;
...
...
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