]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/extended.c
Unify use of BDB lockers
[openldap] / servers / slapd / back-bdb / extended.c
index 64f4ff18d95aa3d523859e493a057981a528f9dc..75df696010a81d64d9972b0d3dcb61ad969109bd 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2003 The OpenLDAP Foundation.
+ * Copyright 2000-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #include <ac/string.h>
 
 #include "back-bdb.h"
-#include "external.h"
 #include "lber_pvt.h"
 
 static struct exop {
        struct berval *oid;
        BI_op_extended  *extended;
 } exop_table[] = {
-       { (struct berval *)&slap_EXOP_MODIFY_PASSWD, bdb_exop_passwd },
        { NULL, NULL }
 };