From: Pierangelo Masarati Date: Tue, 17 Apr 2012 19:50:39 +0000 (+0200) Subject: more on ITS#6656 X-Git-Tag: OPENLDAP_REL_ENG_2_4_31~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ca44adcc0c14e45559621fb2ec47278ed5dbf77;p=openldap more on ITS#6656 --- diff --git a/servers/slapd/overlays/accesslog.c b/servers/slapd/overlays/accesslog.c index bc5b7b6e57..2d32f3cc24 100644 --- a/servers/slapd/overlays/accesslog.c +++ b/servers/slapd/overlays/accesslog.c @@ -1795,7 +1795,7 @@ static int accesslog_response(Operation *op, SlapReply *rs) { } if ( e_uuid || !BER_BVISNULL( &uuid ) ) { - struct berval *pbv; + struct berval *pbv = NULL; if ( !BER_BVISNULL( &uuid ) ) { pbv = &uuid;