payload: Use common prefixes for all payload type identifiers
The old identifiers did not use a proper namespace and often clashed with other defines.
This commit is contained in:
@@ -310,7 +310,7 @@ METHOD(listener_t, message, bool,
|
||||
" (ISA context %llu)", isa_id);
|
||||
|
||||
auth_payload = (auth_payload_t*)message->get_payload(message,
|
||||
AUTHENTICATION);
|
||||
PLV2_AUTH);
|
||||
if (auth_payload)
|
||||
{
|
||||
chunk_t auth_data;
|
||||
|
||||
Reference in New Issue
Block a user