summaryrefslogtreecommitdiffstats
path: root/src/CLI/ABRTSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CLI/ABRTSocket.cpp')
-rw-r--r--src/CLI/ABRTSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/ABRTSocket.cpp b/src/CLI/ABRTSocket.cpp
index a699bbd..1f90f63 100644
--- a/src/CLI/ABRTSocket.cpp
+++ b/src/CLI/ABRTSocket.cpp
@@ -117,7 +117,7 @@ map_crash_report_t CABRTSocket::CreateReport(const std::string &pUUID)
return string_to_crash_report(message);
}
-void CABRTSocket::Report(map_crash_report_t pReport)
+void CABRTSocket::Report(const map_crash_report_t& pReport)
{
std::string message = MESSAGE_REPORT + crash_report_to_string(pReport);
Send(message);