mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
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:
@@ -92,6 +92,7 @@ do_one_test (int action, int family, bool canon)
|
|||||||
printf ("merge unexpectedly succeeded:\n %s\n", formatted);
|
printf ("merge unexpectedly succeeded:\n %s\n", formatted);
|
||||||
support_record_failure ();
|
support_record_failure ();
|
||||||
free (formatted);
|
free (formatted);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user