Spelling.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18996 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-12 17:30:48 +00:00
parent eed9f58be4
commit 6d50466262

View File

@@ -397,7 +397,7 @@ verify_logonname(krb5_context context,
return EINVAL;
}
krb5_storage_free(sp);
#if 1 /* cheat for know */
#if 1 /* cheat for now */
{
size_t i;
@@ -492,7 +492,7 @@ build_logon_name(krb5_context context,
DCHECK(ret, krb5_store_uint16(sp, len * 2), out);
#if 1
#if 1 /* cheat for now */
s2 = malloc(len * 2);
if (s2 == NULL) {
ret = ENOMEM;