diff options
| author | Simo Sorce <ssorce@redhat.com> | 2007-11-18 14:27:25 -0500 |
|---|---|---|
| committer | Simo Sorce <ssorce@redhat.com> | 2007-11-18 14:27:25 -0500 |
| commit | d5c269c8ebf21281348f69840bf60259bbd37cbf (patch) | |
| tree | d06d52e06e82d9f57874576705960fa32f728085 /ipa-server/ipa-slapi-plugins | |
| parent | b51f4b28ec86360d27cfb6f529a8e2def500e91f (diff) | |
| parent | de5a54ef75473764b91e9e69cbe82c35fac89028 (diff) | |
| download | freeipa-d5c269c8ebf21281348f69840bf60259bbd37cbf.tar.gz freeipa-d5c269c8ebf21281348f69840bf60259bbd37cbf.tar.xz freeipa-d5c269c8ebf21281348f69840bf60259bbd37cbf.zip | |
Merge upstream and fix bad suffix in default-aci
Diffstat (limited to 'ipa-server/ipa-slapi-plugins')
| -rw-r--r-- | ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c | 2 |
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 { |
