From e92704309af169e784c34e3257ade5113cc8fa25 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 17 Apr 2012 21:50:39 +0200 Subject: [PATCH] more on ITS#6656 --- servers/slapd/overlays/accesslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5