summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r--common/resourceaccess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp
index e3ffe64..6592699 100644
--- a/common/resourceaccess.cpp
+++ b/common/resourceaccess.cpp
@@ -549,7 +549,7 @@ bool ResourceAccess::processMessageBuffer()
549 break; 549 break;
550 case Akonadi2::Commands::NotificationType::NotificationType_Inspection: { 550 case Akonadi2::Commands::NotificationType::NotificationType_Inspection: {
551 Log(d->resourceInstanceIdentifier) << "Received inspection notification."; 551 Log(d->resourceInstanceIdentifier) << "Received inspection notification.";
552 ResourceNotification n; 552 Notification n;
553 if (buffer->identifier()) { 553 if (buffer->identifier()) {
554 //Don't use fromRawData, the buffer is gone once we invoke emit notification 554 //Don't use fromRawData, the buffer is gone once we invoke emit notification
555 n.id = BufferUtils::extractBufferCopy(buffer->identifier()); 555 n.id = BufferUtils::extractBufferCopy(buffer->identifier());