summaryrefslogtreecommitdiffstats
path: root/lib/Utils/abrt_rh_support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/abrt_rh_support.cpp')
-rw-r--r--lib/Utils/abrt_rh_support.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Utils/abrt_rh_support.cpp b/lib/Utils/abrt_rh_support.cpp
index d8216964..a162a437 100644
--- a/lib/Utils/abrt_rh_support.cpp
+++ b/lib/Utils/abrt_rh_support.cpp
@@ -461,11 +461,9 @@ send_report_to_new_case(const char* baseURL,
errmsg = find_header_in_abrt_post_state(atch_state, "Strata-Message:");
if (!errmsg || !errmsg[0])
errmsg = atch_state->curl_error_msg;
- if ((!errmsg || !errmsg[0]) && atch_state->body && atch_state->body[0])
- errmsg = atch_state->body;
if (atch_state->body && atch_state->body[0])
{
- if (errmsg
+ if (errmsg && errmsg[0]
&& strcmp(errmsg, atch_state->body) != 0
) /* both strata/curl error and body are present (and aren't the same) */
allocated = errmsg = xasprintf("%s. %s",