mirror of git://sourceware.org/git/glibc.git
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