Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 142329
Collapse All | Expand All

(-)cpu-1.4.3/src/plugins/ldap/ld.c (-1 / +1 lines)
Lines 803-809 Link Here
803
    return -10;
803
    return -10;
804
  if (gid != NULL)
804
  if (gid != NULL)
805
    {
805
    {
806
      gid = ldap_get_values (ld, pos, gid)[0];
806
      gid = ldap_get_values (ld, pos, gid);
807
      if (gid != NULL)
807
      if (gid != NULL)
808
	return atoi (gid);
808
	return atoi (gid);
809
      else
809
      else

Return to bug 142329