Skip to content

Commit 0a29f5c

Browse files
author
Ralph Castain
committed
Sigh - missed two typos
1 parent dd38cf1 commit 0a29f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_registration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ static void dereg_event_hdlr(int sd, short args, void *cbdata)
513513
/* if there are no more handlers registered for this code, tell
514514
* the server to dereg the handler for this code */
515515
found = false;
516-
PMIX_LIST_FOREACH(m2, &pmix_globals.events.single_events, pmix_single_event_t) {
516+
PMIX_LIST_FOREACH(m2, &pmix_globals.events.multi_events, pmix_multi_event_t) {
517517
if (m2->ncodes != multi->ncodes) {
518518
continue;
519519
}

0 commit comments

Comments
 (0)