Clean-up: tests: notification-client: unused assignment
[lttng-tools.git] / tests / regression / tools / trigger / utils / notification-client.c
index 54248f6330cca7f3202d6b75f488148685123655..cd1f8ea70cf4906b944708c0c8e20a1a7c04e100 100644 (file)
@@ -240,7 +240,6 @@ int main(int argc, char **argv)
                        break;
                case LTTNG_NOTIFICATION_CHANNEL_STATUS_CLOSED:
                        printf("Notification channel was closed by peer.\n");
-                       ret = -1;
                        break;
                default:
                        fprintf(stderr, "A communication error occurred on the notification channel.\n");
This page took 0.023427 seconds and 4 git commands to generate.