added missing case for IDs events

This commit is contained in:
csoler 2020-02-11 22:14:29 +01:00
parent f75d0add47
commit 4c54d9d633
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -4732,6 +4732,8 @@ void p3IdService::handle_event(uint32_t event_type, const std::string &/*elabel*
case GXSID_EVENT_REQUEST_IDS:
requestIdsFromNet();
break;
case GXSID_EVENT_REPUTATION:
break;
default:
RsErr() << __PRETTY_FUNCTION__ << " Unknown Event Type: "
<< event_type << std::endl;