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

(ITS#4865) double declaration of variable in slapd/main.c



Full_Name: Bret Lambert
Version: -HEAD
OS: OpenBSD
URL: ftp://ftp.openldap.org/incoming/bret-lambert-070309.patch
Submission from: (NULL) (70.179.123.124)


There are two declarations of "int i;" in main.c main(). The patch listed
removes the second (spurious) declaration of the variable.

Found via lint(1) on OpenBSD