X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftrigger%2Futils%2Fnotification-client.c;h=cd1f8ea70cf4906b944708c0c8e20a1a7c04e100;hb=82e2adac0e195e560ac607f22bf67db267b6d464;hp=54248f6330cca7f3202d6b75f488148685123655;hpb=3a9e5d1671c6096fed41d7f6dc50cc28479ee55c;p=lttng-tools.git diff --git a/tests/regression/tools/trigger/utils/notification-client.c b/tests/regression/tools/trigger/utils/notification-client.c index 54248f633..cd1f8ea70 100644 --- a/tests/regression/tools/trigger/utils/notification-client.c +++ b/tests/regression/tools/trigger/utils/notification-client.c @@ -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");