Changes to 1.37.36:
18Aug05
+- Win32 fix -- remove debug O_NONBLOCK code.
- Fix bug 399 -- make_catalog_backup does not work for sqlite3
- Implement unloading a volume in a different drive if it
is needed in the current drive.
sockaddr_to_ascii(&cli_addr, buf, sizeof(buf));
V(mutex);
BSOCK *bs;
- int oflags = fcntl(newsockfd, F_GETFL, 0);
- if (oflags & O_NONBLOCK) {
- Jmsg1(NULL, M_ABORT, 0, _("Nonblocking socket %d.\n"), newsockfd);
- }
bs = init_bsock(NULL, newsockfd, "client", buf, fd_ptr->port, &cli_addr);
if (bs == NULL) {
Jmsg0(NULL, M_ABORT, 0, _("Could not create client BSOCK.\n"));