]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/usn/usn.c
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / contrib / slapd-modules / usn / usn.c
index ed283bbb58cde4c545499f2ed058ec74f88da490..3fa87b1740691e38b1b1af01052798b8bc903063 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2007-2011 The OpenLDAP Foundation.
+ * Copyright 2007-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -135,7 +135,7 @@ usn_operational(
                                }
 
                        if ( !ap ) {
-                               if ( rs_ensure_entry_modifiable( op,rs, on )) {
+                               if ( rs_entry2modifiable( op,rs, on )) {
                                        a = attr_find( rs->sr_entry->e_attrs,
                                                ad_usnChanged );
                                }