]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/unbind.c
Implemented the open, init functions correctly
[openldap] / servers / slapd / unbind.c
index a4a85468124237064672c122c0153230020709d9..1416393343a1c4e395298ee0d0a6d73cf3c8e98e 100644 (file)
@@ -40,7 +40,7 @@ do_unbind(
            op->o_opid, 0, 0, 0 );
 
        /* pass the unbind to all backends */
-       be_unbind( conn, op );
+       backend_unbind( conn, op );
        
        /* close the connection to the client */
        close_connection( conn, op->o_connid, op->o_opid );