nss: Fix incorrect switch fall-through in tst-nss-gai-actions

This only happened on test failure.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer 2024-08-07 14:59:08 +02:00
parent 0797283910
commit d5ce0e960d

View File

@ -92,6 +92,7 @@ do_one_test (int action, int family, bool canon)
printf ("merge unexpectedly succeeded:\n %s\n", formatted);
support_record_failure ();
free (formatted);
break;
}
else
return;