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

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.