Skip to content

Commit

Permalink
Tests: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Sep 26, 2023
1 parent 10da882 commit c992c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/intg/sss_netgroup_thread_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static void *full_netgroup(void *arg)
ret = innetgr(data->group, data->host, data->user, data->domain);
if (ret != 1) {
*(data->failed) = true;
printf("innetgr() returned: %d [group = %s, c= %u]", data->group, ret, c);
}
c++;
} while (!*(data->failed) && c<100000);
Expand Down

0 comments on commit c992c22

Please sign in to comment.