]> git.sur5r.net Git - openldap/commitdiff
ITS#4311
authorLuke Howard <lukeh@openldap.org>
Sun, 8 Jan 2006 14:07:19 +0000 (14:07 +0000)
committerLuke Howard <lukeh@openldap.org>
Sun, 8 Jan 2006 14:07:19 +0000 (14:07 +0000)
servers/slapd/slapi/slapi_overlay.c

index 6c74907cc008a6f10b850356cf75148fd12c8c4e..8310a74d496c3dc691d2425d1b2908ac18e30e20 100644 (file)
@@ -278,7 +278,8 @@ slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc )
                                op->o_log_prefix,
                                BER_BVISNULL( &op->o_conn->c_dn )
                                        ? "<empty>" : op->o_conn->c_dn.bv_val,
-                               op->orb_tmp_mech.bv_val, 0, 0 );
+                               BER_BVISNULL( &op->orb_tmp_mech )
+                                       ? "<empty>" : op->orb_tmp_mech.bv_val, 0, 0 );
 
                        return -1;
                }