Codebase list slapi-nis / ffd4495
Remove a pair of unused variables Nalin Dahyabhai 10 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
256256 struct passwd pwd, *result;
257257 Slapi_Entry *entry, **entries;
258258 int rc;
259 char *name;
260259 char *buf = NULL;
261260
262261 repeat:
309308 {
310309 Slapi_Entry *entry;
311310 int rc, i;
312 char *name;
313311 char *dn = NULL;
314312 #ifdef HAVE_SSS_NSS_IDMAP
315313 enum sss_id_type id_type;