Skip to content

Commit

Permalink
Adjusted to changes in Dovecot buffer API.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed May 18, 2016
1 parent 634b16b commit b3f5d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-sieve/sieve-binary.c
Expand Up @@ -274,7 +274,7 @@ struct sieve_binary_block *sieve_binary_block_get
void sieve_binary_block_clear
(struct sieve_binary_block *sblock)
{
buffer_reset(sblock->data);
buffer_set_used_size(sblock->data, 0);
}

buffer_t *sieve_binary_block_get_buffer
Expand Down

0 comments on commit b3f5d77

Please sign in to comment.