Pass stderr of program run with "target remote |"
[deliverable/binutils-gdb.git] / gdb / serial.c
index de1f891edd4c9d06bc7b052038ae1c072855128f..2025527920ed712c14f8c3fa2478a672e99768f1 100644 (file)
@@ -211,6 +211,7 @@ serial_open (const char *name)
 
   scb->bufcnt = 0;
   scb->bufp = scb->buf;
+  scb->error_fd = -1;
 
   if (scb->ops->open (scb, open_name))
     {
This page took 0.024565 seconds and 4 git commands to generate.