summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-11-17 12:40:59 -0500
committerKarl MacMillan <kmacmill@redhat.com>2007-11-17 12:40:59 -0500
commit27b93a694438628c6102e60cf9dc224766d46c65 (patch)
tree08082cb7009cb94502fc37440a4c8dc618399a03 /ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
parentf35ec78d56c96920cba6b67bb46d94bc6c5d0658 (diff)
downloadfreeipa-27b93a694438628c6102e60cf9dc224766d46c65.tar.gz
freeipa-27b93a694438628c6102e60cf9dc224766d46c65.tar.xz
freeipa-27b93a694438628c6102e60cf9dc224766d46c65.zip
Small fix from Rob to pwd-extop-plugin
Diffstat (limited to 'ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c')
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
index 988b0a32e..c629e018b 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
+++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
@@ -263,7 +263,7 @@ static Slapi_Value **encrypt_encode_key(krb5_context krbctx, struct ipapwd_data
kbvals = (struct kbvals *)calloc(count, sizeof(struct kbvals));
}
n = 0;
- for (i = 0i, idx = 0; count > 0 && i < count; i++) {
+ for (i = 0, idx = 0; count > 0 && i < count; i++) {
if (i == 0) {
idx = slapi_valueset_first_value(svs, &sv);
} else {