fix spelling

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16958 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-02 10:32:20 +00:00
parent c1ce715df2
commit d9b82bea73

View File

@@ -255,7 +255,7 @@ _krb5_krbhost_info_move(krb5_context context,
(*to)->ai = from->ai;
from->ai = NULL;
(*to)->next = NULL;
memmcpy((*to)->hostname, from->hostname, hostnamelen + 1);
memcpy((*to)->hostname, from->hostname, hostnamelen + 1);
return 0;
}