diff options
Diffstat (limited to 'databases/openldap/patches/patch-aq')
-rw-r--r-- | databases/openldap/patches/patch-aq | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/openldap/patches/patch-aq b/databases/openldap/patches/patch-aq deleted file mode 100644 index 2f08e53be6f..00000000000 --- a/databases/openldap/patches/patch-aq +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aq,v 1.1 2007/10/19 03:45:07 taca Exp $ - ---- servers/slapd/backglue.c.orig Thu Jul 12 09:36:36 2007 -+++ servers/slapd/backglue.c -@@ -619,9 +619,9 @@ glue_entry_get_rw ( - int rw, - Entry **e ) - { -+ int rc; - BackendDB *b0 = op->o_bd; - op->o_bd = glue_back_select( b0, dn ); -- int rc; - - if ( op->o_bd->be_fetch ) { - rc = op->o_bd->be_fetch( op, dn, oc, ad, rw, e ); |