~ubuntu-branches/ubuntu/wily/389-ds-base/wily-proposed

« back to all changes in this revision

Viewing changes to ldap/servers/slapd/back-ldbm/dbhelp.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-07-08 15:50:11 UTC
  • mfrom: (0.2.2)
  • Revision ID: package-import@ubuntu.com-20140708155011-r66lvtioamqwaype
Tags: 1.3.2.19-1
* New upstream release.
* admin_scripts.diff: Updated to fix more bashisms.
* watch: Update the url.
* Install failedbinds.py and logregex.py scripts.
* init: Use status from init-functions.
* control: Update my email.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
                (*(p + sizeof(LDBM_ENTRYRDN_STR) - 1) == '.')) {
140
140
                /* entryrdn.db */
141
141
                struct attrinfo *ai = NULL;
 
142
                if (NULL == inst) {
 
143
                        LDAPDebug0Args(LDAP_DEBUG_ANY,
 
144
                                       "dblayer_copy_file_keybykey(entryrdn), "
 
145
                                       "dup_cmp_fn cannot be retrieved since inst is NULL.\n");
 
146
                        goto error;
 
147
                }
142
148
                ainfo_get(inst->inst_be, LDBM_ENTRYRDN_STR, &ai);
143
149
                if (ai->ai_dup_cmp_fn) {
144
150
                        /* If set, use the special dup compare callback */