summaryrefslogtreecommitdiff
path: root/nDPId-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPId-test.c')
-rw-r--r--nDPId-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nDPId-test.c b/nDPId-test.c
index 42d353905..37d3e2343 100644
--- a/nDPId-test.c
+++ b/nDPId-test.c
@@ -371,7 +371,7 @@ int main(int argc, char ** argv)
{
if (THREADS_RETURNED_ERROR() != 0)
{
- return 1;
+ break;
}
}
@@ -379,7 +379,7 @@ int main(int argc, char ** argv)
{
if (THREADS_RETURNED_ERROR() != 0)
{
- return 1;
+ break;
}
}
@@ -387,7 +387,7 @@ int main(int argc, char ** argv)
{
if (THREADS_RETURNED_ERROR() != 0)
{
- return 1;
+ break;
}
}