Skip to content
Snippets Groups Projects
Commit 82178065 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

bug #85949: RFE: Add bulk messages to tapegatewayd/tapebridged protocol

Merged v2_1_11Version-TapeBulkProtocols branch into trunk.
parent a1989c82
Branches
Tags
No related merge requests found
......@@ -345,7 +345,7 @@ int _net_isclosed(int fd)
fd_set rset;
struct timeval tv;
char buf[1];
FD_ZERO(&rset);
FD_SET(fd,&rset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment