summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/credentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/auth/credentials.h')
-rw-r--r--source4/libcli/auth/credentials.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/credentials.h b/source4/libcli/auth/credentials.h
index ffefcc0305..7c3c4379d1 100644
--- a/source4/libcli/auth/credentials.h
+++ b/source4/libcli/auth/credentials.h
@@ -30,8 +30,8 @@ struct creds_CredentialState {
struct netr_Credential client;
struct netr_Credential server;
uint16_t secure_channel_type;
- char *computer_name;
- char *account_name;
+ const char *computer_name;
+ const char *account_name;
};
/* for the timebeing, use the same neg flags as Samba3. */