Move else to make it work again.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22593 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -97,8 +97,8 @@ wind_stringprep(const uint32_t *in, size_t in_len,
|
||||
} else if (flags & WIND_PROFILE_LDAP_CASE_EXACT_ASSERTION) {
|
||||
} else if (flags & WIND_PROFILE_LDAP_NUMERIC) {
|
||||
} else if (flags & WIND_PROFILE_LDAP_TELEPHONE) {
|
||||
} else {
|
||||
#endif
|
||||
} else {
|
||||
memcpy(out, tmp, sizeof(out[0]) * olen);
|
||||
*out_len = olen;
|
||||
}
|
||||
|
Reference in New Issue
Block a user