]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/backover.c
ITS#8616 don't check for existing value when deleting values
[openldap] / servers / slapd / backover.c
index bd727a0c0693d8c24751ff88aaa8b7a172187257..b20def4c7d8a67504aebad13aa11ed3fcd09295b 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2003-2017 The OpenLDAP Foundation.
+ * Copyright 2003-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1124,7 +1124,7 @@ overlay_register_control( BackendDB *be, const char *oid )
                                gotit = 1;
                        }
 
-                       /* overlays can be instanciated multiple times, use
+                       /* overlays can be instantiated multiple times, use
                         * be_ctrls[ cid ] as an instance counter, so that the
                         * overlay's controls are only really disabled after the
                         * last instance called overlay_register_control() */
@@ -1135,7 +1135,7 @@ overlay_register_control( BackendDB *be, const char *oid )
        }
        
        if ( !gotit ) {
-               /* overlays can be instanciated multiple times, use
+               /* overlays can be instantiated multiple times, use
                 * be_ctrls[ cid ] as an instance counter, so that the
                 * overlay's controls are only really unregistered after the
                 * last instance called overlay_register_control() */