mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00: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:
parent
0797283910
commit
d5ce0e960d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user