[ros-dev] Re: [ros-svn] [ekohl] 12676: Don't start services until the control pipe issues are fixed.

Eric Kohl eric.kohl at t-online.de
Sat Jan 1 14:03:58 CET 2005


Hartmut Birr schrieb:
> Hi,
> 
> it is more wrong with the pipes. Compiling ros on ros doesn't work.
> 
> - Hartmut

Does this patch fix the bug?

Index: fsctrl.c
===================================================================
--- fsctrl.c	(revision 12698)
+++ fsctrl.c	(working copy)
@@ -59,8 +59,6 @@
  	  break;
  	}

-
-#if 0
        if (ClientFcb->PipeState == FILE_PIPE_LISTENING_STATE)
  	{
  	  /* found a listening client fcb */
@@ -84,7 +82,6 @@

  	  return STATUS_PIPE_CONNECTED;
  	}
-#endif

        current_entry = current_entry->Flink;
      }


More information about the Ros-dev mailing list