Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
EtherBone Core
Commits
a1a7017b
There was an error fetching the commit references. Please try again later.
Commit
a1a7017b
authored
13 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
This is actually not needed.
We only use 'device' when passive is set.
parent
3df58d69
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/format/slave.c
+2
-0
2 additions, 0 deletions
api/format/slave.c
with
2 additions
and
0 deletions
api/format/slave.c
+
2
−
0
View file @
a1a7017b
...
@@ -90,6 +90,8 @@ void eb_device_slave(eb_socket_t socketp, eb_transport_t transportp, eb_device_t
...
@@ -90,6 +90,8 @@ void eb_device_slave(eb_socket_t socketp, eb_transport_t transportp, eb_device_t
passive
=
device
->
passive
==
devicep
;
passive
=
device
->
passive
==
devicep
;
active
=
!
passive
;
active
=
!
passive
;
}
else
{
}
else
{
device
=
0
;
/* silence warning */
linkp
=
EB_NULL
;
linkp
=
EB_NULL
;
link
=
0
;
link
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment