nusb/ether: fix exit status
This commit is contained in:
parent
9d28a94d08
commit
aff787ea2a
1 changed files with 2 additions and 0 deletions
|
@ -880,4 +880,6 @@ threadmain(int argc, char **argv)
|
|||
snprint(s, sizeof(s), "%d.ether", d->id);
|
||||
closedev(d);
|
||||
threadpostsharesrv(&fs, nil, "usbnet", s);
|
||||
|
||||
threadexits(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue