nusb/ether: fix exit status

This commit is contained in:
cinap_lenrek 2011-08-27 07:43:20 +02:00
parent 9d28a94d08
commit aff787ea2a

View file

@ -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);
}