Changeset 800 for server/common/oursrc/nss_nonlocal
- Timestamp:
- Aug 9, 2008, 11:38:57 PM (17 years ago)
- Location:
- server/common/oursrc/nss_nonlocal
- Files:
- 
          - 2 edited
 
 - 
          configure.ac (modified) (1 diff)
- 
          nonlocal-group.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/common/oursrc/nss_nonlocal/configure.acr782 r800 1 AC_INIT([nss_nonlocal], [1. 7], [andersk@mit.edu])1 AC_INIT([nss_nonlocal], [1.8], [andersk@mit.edu]) 2 2 AC_CANONICAL_TARGET 3 3 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) 
- 
        server/common/oursrc/nss_nonlocal/nonlocal-group.cr782 r800 474 474 newsize = limit; 475 475 } 476 newgroups = realloc(*groupsp, *size * sizeof((*groupsp)[0]));476 newgroups = realloc(*groupsp, newsize * sizeof((*groupsp)[0])); 477 477 if (newgroups == NULL) { 478 478 *errnop = ENOMEM; 
Note: See TracChangeset
          for help on using the changeset viewer.
      
