Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 321063] [tcf][agent] The script functionality of the C client doesn't work

https://bugs.eclipse.org/bugs/show_bug.cgi?id=321063 
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |eugene.tarassov@windriver.c
                   |                            |om
         Resolution|                            |FIXED

--- Comment #2 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> 2010-07-28 13:54:56 EDT ---
"connect" command handler in cmdline.c calls cmd_done() when a channel socket
is connected, which is too early. I have changed the code to call cmd_done()
when the channel itself (not just the socket) is connected.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top