~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/plugins/fts-solr/fts-backend-solr-old.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
{
250
250
        struct solr_fts_backend *backend = (struct solr_fts_backend *)_backend;
251
251
 
 
252
        solr_connection_deinit(&backend->solr_conn);
252
253
        i_free(backend->id_namespace);
253
254
        i_free(backend->id_username);
254
255
        i_free(backend);
433
434
 
434
435
        solr_connection_post_more(ctx->post, str_data(ctx->cmd),
435
436
                                  str_len(ctx->cmd));
436
 
        return solr_connection_post_end(ctx->post);
 
437
        return solr_connection_post_end(&ctx->post);
437
438
}
438
439
 
439
440
static int