~ubuntu-branches/ubuntu/trusty/389-ds-base/trusty

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/chainingdb/cb_instance.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-08-30 00:31:55 UTC
  • mfrom: (1.2.1)
  • Revision ID: package-import@ubuntu.com-20130830003155-oimuzdqopkvp2cd0
Tags: 1.3.1.7-0ubuntu1
Sync from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1437
1437
                            charray_add(&inst->pool->waste_basket,inst->pool->mech);
1438
1438
                        }
1439
1439
                        if (inst->bind_pool->mech) {
1440
 
                            charray_add(&inst->pool->waste_basket,inst->bind_pool->mech);
 
1440
                            charray_add(&inst->bind_pool->waste_basket,inst->bind_pool->mech);
1441
1441
                        }
1442
1442
                        rc=CB_REOPEN_CONN;
1443
1443
                }