pool raw acces helper bugfix
This commit is contained in:
parent
e1aa285b6d
commit
431709a3ec
@ -73,7 +73,7 @@ ReturnValue_t PoolRawAccessHelper::serializeCurrentPoolEntryIntoBuffer(
|
||||
uint32_t currentPoolId;
|
||||
// Deserialize current pool ID from pool ID buffer
|
||||
ReturnValue_t result = AutoSerializeAdapter::deSerialize(¤tPoolId,
|
||||
&poolIdBuffer,remainingParameters,true);
|
||||
&poolIdBuffer,remainingParameters, false);
|
||||
if(result != RETURN_OK) {
|
||||
sif::debug << std::hex << "Pool Raw Access Helper: Error deSeralizing "
|
||||
"pool IDs" << std::dec << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user