fix spelling
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16958 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -255,7 +255,7 @@ _krb5_krbhost_info_move(krb5_context context,
|
|||||||
(*to)->ai = from->ai;
|
(*to)->ai = from->ai;
|
||||||
from->ai = NULL;
|
from->ai = NULL;
|
||||||
(*to)->next = NULL;
|
(*to)->next = NULL;
|
||||||
memmcpy((*to)->hostname, from->hostname, hostnamelen + 1);
|
memcpy((*to)->hostname, from->hostname, hostnamelen + 1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user