Comment 4 for bug 1829770

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

Swapping the lines
    prec->epvt = eventNameToHandle(prec->val);
and
    if( (pdset=(struct eventdset *)(prec->dset)) && (pdset->init_record) )
  status=(*pdset->init_record)(prec);
should solve the problem.