]> git.sur5r.net Git - openldap/commitdiff
Fix build breakage
authorLuke Howard <lukeh@openldap.org>
Thu, 1 May 2003 10:13:46 +0000 (10:13 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 1 May 2003 10:13:46 +0000 (10:13 +0000)
servers/slapd/slapi/slapi_ops.c

index 9b19a485be9816d76baa7e408bd2db23b5f312b9..f9a54e84d704911d19cab79cc299d3369e85f5e1 100644 (file)
@@ -178,7 +178,8 @@ slapiConnectionInit(
 
        c->c_sasl_bind_mech.bv_val = NULL;
        c->c_sasl_bind_mech.bv_len = 0;
-       c->c_sasl_context = NULL;
+       c->c_sasl_authctx = NULL;
+       c->c_sasl_sockctx = NULL;
        c->c_sasl_extra = NULL;
 
        c->c_sb = ber_sockbuf_alloc( );