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

(ITS#4918) int = pointer assignment in syncrepl



Full_Name: Hallvard B Furuseth
Version: RE23
OS: 
URL: 
Submission from: (NULL) (129.240.202.105)
Submitted by: hallvard


In RE23:syncrepl.c:do_syncrepl() lin 1155, the statement
			fail = si->si_retrynum;
assigns an int* to an int.