exportfs: remove getsbuf() nil check, can't happen

This commit is contained in:
cinap_lenrek 2014-08-02 19:04:33 +02:00
parent 686cf0b0f3
commit b185d2fe5c

View file

@ -386,9 +386,6 @@ main(int argc, char **argv)
*/
for(;;) {
r = getsbuf();
if(r == nil)
fatal("Out of service buffers");
while((n = localread9pmsg(netfd, r->buf, messagesize, ini)) == 0)
;
if(n < 0)