mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-viced-log-fix-typo-20060313
fix typo in addInterfaceAddr_r that is identical to the one that was fixed by viced-log-fix-type-20060210 in removeInterfaceAddr_r (cherry picked from commit 9afcb2529a72f0169313d65b8410f5093d14fc0a)
This commit is contained in:
parent
8d4d1ba41e
commit
7d4e522638
@ -991,7 +991,7 @@ addInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port)
|
||||
assert(host);
|
||||
assert(host->interface);
|
||||
|
||||
ViceLog(125, ("addInterfaceAddr : host %s:d addr %s:%d\n",
|
||||
ViceLog(125, ("addInterfaceAddr : host %s:%d addr %s:%d\n",
|
||||
afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port),
|
||||
afs_inet_ntoa_r(addr, hoststr2), ntohs(port)));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user