[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: bdb_get_commit_csn() incompatible pointer (ITS#2847)



Fixed in HEAD by kurt.

----- Original Message ----- 
From: <h.b.furuseth@usit.uio.no>
To: <openldap-its@OpenLDAP.org>
Sent: Friday, November 28, 2003 5:31 PM
Subject: bdb_get_commit_csn() incompatible pointer (ITS#2847)


> Full_Name: Hallvard B Furuseth
> Version: HEAD
> OS: 
> URL: 
> Submission from: (NULL) (129.240.186.42)
> Submitted by: hallvard
> 
> 
> value_match(,,,, &syncCookie.ctxcsn,,)
> in back-bdb/ctxcsn.c line 317
> gives a struct berval ** to a param which expects struct berval *.
> Probably the '&' should be deleted.
> 
> 
> 
>