cc-1552 cc: WARNING File = sam/idmap_ldap.c, Line = 127 The variable "count" is set but never used. int count; ^ cc-1552 cc: WARNING File = sam/idmap_ldap.c, Line = 171 The variable "rc" is set but never used. int rc; ^ Both these variables are set to the return values of functions that are immediately used in a compare. Either the if statement can be changed so the warning is avoided, or the variables can be removed and the compares can occur directly with the function.
Created attachment 925 [details] removes unused 'count' and 'rc' variables
got em. applied.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.