[ABRT PATCH 1/2] use last_occurrence with --since closes #645

Richard Marko rmarko at redhat.com
Mon May 6 12:58:42 UTC 2013


On 05/06/2013 01:00 PM, Jiri Moskovcak wrote:
> Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
> ---
>  src/lib/problem_api.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/problem_api.c b/src/lib/problem_api.c
> index b7dad47..d940767 100644
> --- a/src/lib/problem_api.c
> +++ b/src/lib/problem_api.c
> @@ -174,7 +174,7 @@ GList *get_problem_dirs_for_element_in_time(uid_t uid,
>      };
>  
>      const struct problem_condition timec = {
> -        .field_name = FILENAME_TIME,
> +        .field_name = FILENAME_LAST_OCCURRENCE,
>          .args = &interval,
>          .evaluate = time_interval_problem_condition
>      };

Both patches pushed, thanks.

-- 
Richard Marko



More information about the Crash-catcher mailing list