]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-viced-log-fix-typo-20060313
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Mon, 13 Mar 2006 21:00:53 +0000 (21:00 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 13 Mar 2006 21:00:53 +0000 (21:00 +0000)
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)

src/viced/host.c

index eaab8077c24527f8e547839d7a72f001049e7970..01dedb7aa75589ff99c47f1f0c20fae6c4dc760c 100644 (file)
@@ -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)));