summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-01-29 04:04:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:22 -0500
commitea2209e3db4dc1a6d455e01d5339b0b981c361b1 (patch)
tree33c00d3eeb1e45a6f0ce7874a50b6206b42a8fc0 /source4/libcli/auth
parentb4055c9908b5e76f9799cc14db72cf3b3acc883f (diff)
downloadsamba-ea2209e3db4dc1a6d455e01d5339b0b981c361b1.tar.gz
samba-ea2209e3db4dc1a6d455e01d5339b0b981c361b1.tar.bz2
samba-ea2209e3db4dc1a6d455e01d5339b0b981c361b1.zip
r5092: Add a bit more const - moving it further into the LDB layer.
Andrew Bartlett (This used to be commit ffad9b22be595279b247fa72d51145830fecbb06)
Diffstat (limited to 'source4/libcli/auth')
-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. */