mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Fix typo that was causing a compiler warning.
Submitted by: Alfred Perlstein
This commit is contained in:
parent
0b1d793211
commit
15e0aafdc2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72955
@ -83,7 +83,7 @@ char *dom, *server;
|
||||
errx(1, "can't find address for %s", server);
|
||||
} else
|
||||
bcopy (&server_addr,
|
||||
*(u_long *)&ypsd.ypsetdom_binding.ypbind_binding_addr,
|
||||
(u_long *)&ypsd.ypsetdom_binding.ypbind_binding_addr,
|
||||
sizeof (server_addr));
|
||||
|
||||
/* strncpy(ypsd.ypsetdom_domain, dom, sizeof ypsd.ypsetdom_domain); */
|
||||
|
Loading…
Reference in New Issue
Block a user