[ABRT PATCH] fixed undefined variable rhbz#971194

Martin Milata mmilata at redhat.com
Mon Jun 10 09:49:31 UTC 2013


I already pushed the older one (first come first served:)).

On Mon, Jun 10, 2013 at 04:05:45 -0400, Jakub Filak wrote:
> I've already submitted a patch for this bugzilla bug report.
> 
> https://lists.fedorahosted.org/pipermail/crash-catcher/2013-June/004759.html
> 
> Hmm, which one do want to apply?
> 
> 
> 
> Regards,
> Jakub
> 
> 
> 
> ----- Original Message -----
> From: "Jiri Moskovcak" <jmoskovc at redhat.com>
> To: crash-catcher at lists.fedorahosted.org
> Sent: Monday, June 10, 2013 9:54:53 AM
> Subject: [ABRT PATCH] fixed undefined variable rhbz#971194
> 
> 
> Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
> ---
>  src/plugins/abrt-action-perform-ccpp-analysis.in | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/plugins/abrt-action-perform-ccpp-analysis.in b/src/plugins/abrt-action-perform-ccpp-analysis.in
> index e84e1e2..c4a107c 100644
> --- a/src/plugins/abrt-action-perform-ccpp-analysis.in
> +++ b/src/plugins/abrt-action-perform-ccpp-analysis.in
> @@ -11,7 +11,8 @@ import gettext
>  from subprocess import Popen
>  
>  import report
> -from reportclient import ask_yes_no_yesforever, RETURN_OK, RETURN_CANCEL_BY_USER
> +from reportclient import ask_yes_no_yesforever, RETURN_OK, \
> +    RETURN_CANCEL_BY_USER, RETURN_FAILURE
>  
>  GETTEXT_PROGNAME = "abrt"
>  
> -- 
> 1.8.2.1
> 


More information about the Crash-catcher mailing list