Skip to content

Commit

Permalink
lib-sieve: util: edit-mail: Fixed success return value for mail_get_h…
Browse files Browse the repository at this point in the history
…eaders() to be 1.
  • Loading branch information
stephanbosch committed Jan 11, 2017
1 parent 57c05f4 commit 22cbd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-sieve/util/edit-mail.c
Expand Up @@ -1537,7 +1537,7 @@ static int edit_mail_get_headers

(void)array_append_space(&header_values);
*value_r = array_idx(&header_values, 0);
return 0;
return 1;
}

static int ATTR_NORETURN edit_mail_get_header_stream
Expand Down

0 comments on commit 22cbd7e

Please sign in to comment.