Skip to content

Commit

Permalink
* resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 21, 2006
1 parent dfc99a5 commit 854d112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-10-21 Jakub Jelinek <jakub@redhat.com>

* resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.

2006-11-20 Ulrich Drepper <drepper@redhat.com>

* resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
Expand All @@ -24,6 +28,7 @@
* po/nl.po: Update from translation team.

* timezone/zdump.c: Redo fix for BZ #3137.

2006-11-14 Jakub Jelinek <jakub@redhat.com>

* nss/nss_files/files-alias.c (get_next_alias): Set line back
Expand Down
2 changes: 1 addition & 1 deletion resolv/mapv4v6addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ map_v4v6_address (const char *src, char *dst)
int i;

/* Move the IPv4 part to the right position. */
memcpy (src + 12, src, INADDRSZ);
memcpy (dst + 12, src, INADDRSZ);

/* Mark this ipv6 addr as a mapped ipv4. */
for (i = 0; i < 10; i++)
Expand Down

0 comments on commit 854d112

Please sign in to comment.