Clean-up: remove redundant exit labels from sessiond initialization
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 6dc51b5f229455534d95b1c4655881cbc218807b..040ae5f28a355bd235e91ca4630887de823c6b9c 100644 (file)
@@ -857,7 +857,7 @@ int evaluate_session_condition_for_client(
                break;
        default:
                ret = 0;
-               goto end;
+               goto end_session_put;
        }
 
        *session_uid = session_info->uid;
This page took 0.02386 seconds and 4 git commands to generate.