Ignore:
Timestamp:
Dec 11, 2007, 9:44:35 AM (18 years ago)
Author:
Paul Smedley
Message:

test fix for Ticket #9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/auth/auth_util.c

    r105 r108  
    957957
    958958                if (!NT_STATUS_IS_OK(status)) {
     959                        unbecome_root();
    959960                        TALLOC_FREE(result);
    960961                        return NULL;
     
    966967
    967968                if (!NT_STATUS_IS_OK(status)) {
     969                        unbecome_root();
    968970                        TALLOC_FREE(result);
    969971                        return NULL;
Note: See TracChangeset for help on using the changeset viewer.