summaryrefslogtreecommitdiff
path: root/source4/utils/net/net_password.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-03 21:30:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:31 -0500
commit0a40093ef39a46b9df82d6d0486b70b354d9dde5 (patch)
tree3bc2b0eef39e01acf539df7599ecc60fa260d64d /source4/utils/net/net_password.c
parent77c3d463c88af9f41f5f76446d380c80262ce712 (diff)
downloadsamba-0a40093ef39a46b9df82d6d0486b70b354d9dde5.tar.gz
samba-0a40093ef39a46b9df82d6d0486b70b354d9dde5.tar.bz2
samba-0a40093ef39a46b9df82d6d0486b70b354d9dde5.zip
r7249: Cope with struct member rename
(This used to be commit e7549f33f5fb06d8b2a8f31745545cc7b9c8d4f9)
Diffstat (limited to 'source4/utils/net/net_password.c')
-rw-r--r--source4/utils/net/net_password.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/utils/net/net_password.c b/source4/utils/net/net_password.c
index 08660fe2a0..68fe9223a1 100644
--- a/source4/utils/net/net_password.c
+++ b/source4/utils/net/net_password.c
@@ -57,7 +57,7 @@ static int net_password_change(struct net_context *ctx, int argc, const char **a
if (!libnetctx) {
return -1;
}
- libnetctx->credentials = ctx->credentials;
+ libnetctx->cred = ctx->credentials;
/* prepare password change */
r.generic.level = LIBNET_CHANGE_PASSWORD_GENERIC;
@@ -132,7 +132,7 @@ static int net_password_set(struct net_context *ctx, int argc, const char **argv
if (!libnetctx) {
return -1;
}
- libnetctx->credentials = ctx->credentials;
+ libnetctx->cred = ctx->credentials;
/* prepare password change */
r.generic.level = LIBNET_SET_PASSWORD_GENERIC;