diff options
-rw-r--r-- | source4/libcli/auth/credentials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/credentials.h b/source4/libcli/auth/credentials.h index 6ce3288b01..27c5a4e689 100644 --- a/source4/libcli/auth/credentials.h +++ b/source4/libcli/auth/credentials.h @@ -33,7 +33,7 @@ struct creds_CredentialState { const char *domain; const char *computer_name; const char *account_name; - uint32_t rid; + struct dom_sid *sid; }; /* for the timebeing, use the same neg flags as Samba3. */ |