From bc928c05389d1f8fc2c60b130187cacae6cbdda5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 24 May 2011 19:33:14 +0200 Subject: forgot one instance of s/"global_uuid"/"duphash"/ Signed-off-by: Denys Vlasenko --- src/report-python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-python') diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py index 2e875638..23c8becb 100644 --- a/src/report-python/__init__.py +++ b/src/report-python/__init__.py @@ -112,7 +112,7 @@ def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSig cd.add("component", component) cd.add("hashmarkername", hashmarkername) #cd.add("localhash", hashvalue) - cd.add("global_uuid", hashvalue) + cd.add("duphash", hashvalue) cd.add("reason", summary) cd.add("description", alertSignature) cd.add("product", getProduct()) -- cgit