From: Pierangelo Masarati Date: Tue, 17 Apr 2012 19:50:39 +0000 (+0200) Subject: more on ITS#6656 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e92704309af169e784c34e3257ade5113cc8fa25;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;