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:
Love Hörnquist Åstrand
2008-02-12 11:58:01 +00:00
parent fed2122178
commit f8f1134546

View File

@@ -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;
}