Skip to content

Commit

Permalink
fixup! all: fix for new netreg_entry_t structure
Browse files Browse the repository at this point in the history
Add fix for slip test app
  • Loading branch information
miri64 committed Aug 26, 2016
1 parent 71baf13 commit ae85de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slip/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(void)
puts("SLIP test");

/* register pktdump */
if (dump.pid <= KERNEL_PID_UNDEF) {
if (dump.target.pid <= KERNEL_PID_UNDEF) {
puts("Error starting pktdump thread");
return -1;
}
Expand Down

0 comments on commit ae85de7

Please sign in to comment.