mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
more on ITS#6656
This commit is contained in:
parent
62cdc32f4e
commit
e92704309a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue