]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/unbind.c
Don't reeval expression
[openldap] / servers / slapd / back-shell / unbind.c
index e54173d7bac16a4f4211c3be7e118dce9967970a..d5d936106e6a865b083709476c271dd7545e8e6e 100644 (file)
@@ -25,7 +25,7 @@ shell_back_unbind(
        struct shellinfo        *si = (struct shellinfo *) be->be_private;
        FILE                    *rfp, *wfp;
 
-       if ( IS_NULLCMD( si->si_unbind ) ) {
+       if ( si->si_unbind == NULL ) {
                return 0;
        }