Changeset 596 for trunk/server/source3/torture
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/torture/pdbtest.c
r414 r596 278 278 } 279 279 280 if ((pwd = getpwnam_alloc(ctx, unix_user)) == NULL) {280 if ((pwd = Get_Pwnam_alloc(ctx, unix_user)) == NULL) { 281 281 fprintf(stderr, "Error getting user information for %s\n", unix_user); 282 282 exit(1);
Note:
See TracChangeset
for help on using the changeset viewer.