Fix: JUL agent connect to user and root sessiond
[lttng-ust.git] / liblttng-ust-jul / org / lttng / ust / jul / LTTngTCPSessiondClient.java
index aab1d05418b2f0d576248aa39950003b399aed58..21c228f00bdde7a2428f4090213a28bfee6381bd 100644 (file)
@@ -280,7 +280,11 @@ public class LTTngTCPSessiondClient {
                                         * can proceed to continue tracing.
                                         */
                                        this.registerSem.release();
-                                       break;
+                                       /*
+                                        * We don't send any reply to the registration done command.
+                                        * This just marks the end of the initial session setup.
+                                        */
+                                       continue;
                                }
                                case CMD_LIST:
                                {
This page took 0.02343 seconds and 4 git commands to generate.