Ignore:
Timestamp:
Aug 9, 2008, 11:38:57 PM (16 years ago)
Author:
andersk
Message:
Update to nss_nonlocal 1.8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/nss_nonlocal/nonlocal-group.c

    r782 r800  
    474474                        newsize = limit;
    475475                }
    476                 newgroups = realloc(*groupsp, *size * sizeof((*groupsp)[0]));
     476                newgroups = realloc(*groupsp, newsize * sizeof((*groupsp)[0]));
    477477                if (newgroups == NULL) {
    478478                    *errnop = ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.