Skip to content
Snippets Groups Projects
Commit 17147be9 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

This was fixed a while ago.

parent ec46d29f
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@ int eb_posix_tcp_poll(struct eb_transport* transportp, struct eb_link* linkp, ui
struct eb_posix_tcp_link* link;
int result;
if (linkp == 0) return 0; /* !!! accept. note: initial device widths must be 0 */
if (linkp == 0) return 0;
link = (struct eb_posix_tcp_link*)linkp;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment