draft
[gdbmicli.git] / libmigdb / src / connect.c
index 319be6f..9d61e57 100644 (file)
@@ -124,7 +124,7 @@ void mi_set_nonblk(int h)
  int flf;
  flf=fcntl(h,F_GETFL,0);
  flf=flf | O_NONBLOCK;
- fcntl(h,F_SETFL,flf);
+// fcntl(h,F_SETFL,flf);
 }
 
 int mi_getline(mi_h *h)