From: Derrick Brashear Date: Tue, 22 Apr 2003 06:27:17 +0000 (+0000) Subject: pass-pointers-for-uuid-printing-20030422 X-Git-Tag: openafs-devel-1_3_50~256 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ddd9554560a44314a029d7d2d59af8b7aaaec8ca;p=packages%2Fo%2Fopenafs.git pass-pointers-for-uuid-printing-20030422 pass pointers for uuid string building --- diff --git a/src/viced/host.c b/src/viced/host.c index 95f4f616f..b2331979b 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1050,9 +1050,9 @@ retry: { char uuid1[128], uuid2[128]; if (identP->valid) - afsUUID_to_string(identP->uuid, uuid1, 127); + afsUUID_to_string(&identP->uuid, uuid1, 127); if (host->interface) - afsUUID_to_string(host->interface->uuid, uuid2, 127); + afsUUID_to_string(&host->interface->uuid, uuid2, 127); ViceLog(0, ("CB: new identity for host %s:%d, deleting(%x %x %s %s)\n", afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port),