Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
724dcaf6
Commit
724dcaf6
authored
Aug 07, 2013
by
Philip Carns
Browse files
bug fix: initialize state for jenkins hash
parent
91aeccb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/simplenet-upd.c
View file @
724dcaf6
...
...
@@ -218,7 +218,7 @@ static void sn_init(
sn_state
*
ns
,
tw_lp
*
lp
)
{
uint32_t
h1
,
h2
;
uint32_t
h1
=
0
,
h2
=
0
;
memset
(
ns
,
0
,
sizeof
(
*
ns
));
/* all devices are idle to begin with */
...
...
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