]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-tcl/tcl_unbind.c
Don't use 'shtool mkln' as ln(1) replacement.
[openldap] / servers / slapd / back-tcl / tcl_unbind.c
index d30aea3f1ba0718cd5ab7bd234bd91cefd792c25..a4f547751d7d2e19b18750c5c3bdc161d6327363 100644 (file)
@@ -1,6 +1,5 @@
+/* $OpenLDAP$ */
 /* unbind.c - tcl unbind routines
- *
- * $Id: tcl_unbind.c,v 1.4 1999/02/19 06:55:20 bcollins Exp $
  *
  * Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
  *
@@ -29,8 +28,6 @@ tcl_back_unbind (
        struct tclinfo *ti = (struct tclinfo *) be->be_private;
 
        if (ti->ti_unbind == NULL) {
-               send_ldap_result (conn, op, LDAP_UNWILLING_TO_PERFORM, NULL,
-                       "unbind not implemented");
                return (-1);
        }