Sigh - missed two typos
Этот коммит содержится в:
родитель
dd38cf1fed
Коммит
0a29f5cb77
@ -513,7 +513,7 @@ static void dereg_event_hdlr(int sd, short args, void *cbdata)
|
|||||||
/* if there are no more handlers registered for this code, tell
|
/* if there are no more handlers registered for this code, tell
|
||||||
* the server to dereg the handler for this code */
|
* the server to dereg the handler for this code */
|
||||||
found = false;
|
found = false;
|
||||||
PMIX_LIST_FOREACH(m2, &pmix_globals.events.single_events, pmix_single_event_t) {
|
PMIX_LIST_FOREACH(m2, &pmix_globals.events.multi_events, pmix_multi_event_t) {
|
||||||
if (m2->ncodes != multi->ncodes) {
|
if (m2->ncodes != multi->ncodes) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user