DRTVWR-570 Mac build fix
parent
b8f75bd161
commit
b2c5973fbd
|
|
@ -96,11 +96,7 @@ void LLAccountingCostManager::accountingCostCoro(std::string url,
|
|||
LLSD dataToPost = LLSD::emptyMap();
|
||||
dataToPost[keystr.c_str()] = objectList;
|
||||
|
||||
LLAccountingCostObserver* observer = observerHandle.get();
|
||||
LLUUID transactionId = observer->getTransactionID();
|
||||
observer = NULL;
|
||||
|
||||
|
||||
LLAccountingCostObserver* observer = NULL;
|
||||
|
||||
LLSD results = httpAdapter->postAndSuspend(httpRequest, url, dataToPost);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue