Changeset 108 for branches/samba-3.0/source/auth/auth_util.c
- Timestamp:
- Dec 11, 2007, 9:44:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/auth/auth_util.c
r105 r108 957 957 958 958 if (!NT_STATUS_IS_OK(status)) { 959 unbecome_root(); 959 960 TALLOC_FREE(result); 960 961 return NULL; … … 966 967 967 968 if (!NT_STATUS_IS_OK(status)) { 969 unbecome_root(); 968 970 TALLOC_FREE(result); 969 971 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.