diff options
author | Günther Deschner <gd@samba.org> | 2009-10-13 10:15:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-13 10:21:46 +0200 |
commit | ebe0e64ba9815b238cccf7d24821bc473d245707 (patch) | |
tree | b46bbf1291047849349fba950d3e14b687f55080 /source3/libads/util.c | |
parent | aa8c142b5e1d126b9a5a8e4a6638bc785292fbc2 (diff) | |
download | samba-ebe0e64ba9815b238cccf7d24821bc473d245707.tar.gz samba-ebe0e64ba9815b238cccf7d24821bc473d245707.tar.xz samba-ebe0e64ba9815b238cccf7d24821bc473d245707.zip |
s3: use enum netr_SchannelType all over the place.
Guenther
Diffstat (limited to 'source3/libads/util.c')
-rw-r--r-- | source3/libads/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/util.c b/source3/libads/util.c index 2c7ccfebd6..9dcb906a37 100644 --- a/source3/libads/util.c +++ b/source3/libads/util.c @@ -26,7 +26,7 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip char *password; char *new_password; ADS_STATUS ret; - uint32 sec_channel_type; + enum netr_SchannelType sec_channel_type; if ((password = secrets_fetch_machine_password(lp_workgroup(), NULL, &sec_channel_type)) == NULL) { DEBUG(1,("Failed to retrieve password for principal %s\n", host_principal)); |