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

(ITS#4279) clients/tools/common.c undefined symbol



Full_Name: Eric Irrgang
Version: 2.3.13 HEAD
OS: Solaris 9
URL: 
Submission from: (NULL) (128.83.217.14)


It looks like version 1.62 of clients/tools/common.c changed the exit code on
line 973 to the value of 'rc' which is not defined in that scope when failing
the ifdef HAVE_CYRUS_SASL.  Perhaps "exit( LDAP_OPERATIONS_ERROR )" would be
more appropriate?