Skip to content
Snippets Groups Projects
Commit f1ba624e authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Fixed bug in sieved.

parent 9a6010b5
No related branches found
No related tags found
No related merge requests found
......@@ -965,8 +965,6 @@ static bool _sieve_binary_load_extensions(struct sieve_binary *sbin)
int ext_id;
if ( sieve_binary_read_string(sbin, &offset, &extension) ) {
printf("EXTENSION: %s\n", str_c(extension));
ext_id = sieve_extension_get_by_name(str_c(extension), NULL);
if ( ext_id < 0 ) {
......@@ -1026,8 +1024,6 @@ static bool _sieve_binary_open(struct sieve_binary *sbin)
/* Load block index */
printf("BLOCKS: %d\n", blk_count);
for ( i = 0; i < blk_count && result; i++ ) {
T_BEGIN {
if ( !_load_block_index_record(sbin, &offset, i) ) {
......
......@@ -47,7 +47,7 @@ int main(int argc, char **argv) {
sbin = sieve_binary_open(binfile, NULL);
if ( sbin != NULL && sieve_binary_load(sbin) ) {
if ( sbin != NULL && !sieve_binary_load(sbin) ) {
sieve_binary_unref(&sbin);
sbin = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.