]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/extended.c
silence warning
[openldap] / servers / slapd / back-bdb / extended.c
index 64f4ff18d95aa3d523859e493a057981a528f9dc..dfe8b29a3cf51c8fa2066c7ff43ce04f83356e62 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-2004 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,6 @@ static struct exop {
        struct berval *oid;
        BI_op_extended  *extended;
 } exop_table[] = {
-       { (struct berval *)&slap_EXOP_MODIFY_PASSWD, bdb_exop_passwd },
        { NULL, NULL }
 };