From: Kurt Zeilenga Date: Thu, 4 Jan 2001 00:20:33 +0000 (+0000) Subject: unbind has no result X-Git-Tag: OPENLDAP_REL_ENG_2_0_8~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=04b20e04a703c6b90e60d8f9add41eb9dcc30f6f;p=openldap unbind has no result --- diff --git a/servers/slapd/back-shell/unbind.c b/servers/slapd/back-shell/unbind.c index 8cbd1116b9..9621de1ab3 100644 --- a/servers/slapd/back-shell/unbind.c +++ b/servers/slapd/back-shell/unbind.c @@ -26,15 +26,11 @@ shell_back_unbind( FILE *rfp, *wfp; if ( si->si_unbind == NULL ) { - send_ldap_result( conn, op, LDAP_UNWILLING_TO_PERFORM, NULL, - "unbind not implemented", NULL, NULL ); return 0; } if ( (op->o_private = (void *) forkandexec( si->si_unbind, &rfp, &wfp )) == (void *) -1 ) { - send_ldap_result( conn, op, LDAP_OPERATIONS_ERROR, NULL, - "could not fork/exec", NULL, NULL ); return 0; }