Revision e53a18e4 nbd.c

b/nbd.c
443 443

  
444 444
    TRACE("Receiving negotiation.");
445 445

  
446
    qemu_set_block(csock);
447 446
    rc = -EINVAL;
448 447

  
449 448
    if (read_sync(csock, buf, 8) != 8) {
......
558 557
    rc = 0;
559 558

  
560 559
fail:
561
    qemu_set_nonblock(csock);
562 560
    return rc;
563 561
}
564 562

  

Also available in: Unified diff