ref: aff787ea2ae81337389056831518c1e8438be240
parent: 9d28a94d083f8e918297a86e388c43ba78627c01
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Sat Aug 27 03:43:20 EDT 2011
nusb/ether: fix exit status
--- a/sys/src/cmd/nusb/ether/ether.c
+++ b/sys/src/cmd/nusb/ether/ether.c
@@ -880,4 +880,6 @@
snprint(s, sizeof(s), "%d.ether", d->id);
closedev(d);
threadpostsharesrv(&fs, nil, "usbnet", s);
+
+ threadexits(0);
}
--
⑨