Skip to content

Commit

Permalink
Fix vars assigned to same value. (#360)
Browse files Browse the repository at this point in the history
Fix vars assigned to same value.
  • Loading branch information
raniervf authored Apr 30, 2020
1 parent b10f67a commit 6c8a897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/driver/implementation/imap/imapdriver_cached.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ static int imapdriver_cached_get_messages_list(mailsession * session,
}

/* get UID max */
uid_max = 0;
for(i = 0 ; i < carray_count(data->imap_uid_list) ; i ++) {
struct uid_cache_item * cache_item;

Expand Down Expand Up @@ -1210,7 +1209,6 @@ static int get_flags_list(mailsession * session,
res = MAIL_ERROR_MEMORY;
mailimap_fetch_type_free(fetch_type);
mailimap_set_free(set);
res = MAIL_ERROR_MEMORY;
goto err;
}

Expand Down

0 comments on commit 6c8a897

Please sign in to comment.