~ubuntu-branches/debian/experimental/389-ds-base/experimental

« back to all changes in this revision

Viewing changes to ldap/servers/slapd/back-ldbm/ldbm_config.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:
2100
2100
     * 2nd pass: set apply mods to 1 to apply changes to internal storage 
2101
2101
     */ 
2102
2102
    for ( apply_mod = 0; apply_mod <= 1 && LDAP_SUCCESS == rc; apply_mod++ ) {
2103
 
        for (i = 0; mods[i] && LDAP_SUCCESS == rc; i++) {
 
2103
        for (i = 0; mods && mods[i] && LDAP_SUCCESS == rc; i++) {
2104
2104
            attr_name = mods[i]->mod_type;
2105
2105
 
2106
2106
            /* There are some attributes that we don't care about, like modifiersname. */