mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could
hang forever if an ealier one caused two operations to complete at
once
this is why RAW-CONTEXT was taking 5 minutes on the build farm
(This used to be commit eeba37e25c
)
This commit is contained in:
parent
7bb939b1cb
commit
fcd4f22cd6
@ -235,11 +235,6 @@ static BOOL test_session(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
|
||||
}
|
||||
|
||||
|
||||
/* flush the queue */
|
||||
for (i=0; i < ARRAY_SIZE(sessions); i++) {
|
||||
event_loop_once(composite_contexts[0]->event_ctx);
|
||||
}
|
||||
|
||||
printf("finishing %d secondary security contexts on the same transport\n",
|
||||
(int)ARRAY_SIZE(sessions));
|
||||
for (i=0; i< ARRAY_SIZE(sessions); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user