Windows: Don't use %I for IP addresses
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 27 Mar 2011 20:06:27 +0000 (21:06 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Sun, 27 Mar 2011 23:34:40 +0000 (16:34 -0700)
commita58639ee7b4c80de9f7c177549639cbf18b71e14
tree48278fab3d9fa801ee2240656b9f09b50e4b463a
parent9376293634393597ac7db88593100937621f6c3f
Windows: Don't use %I for IP addresses

%I isn't supported by the roken printf functions. In preparation
for switching over to them, replace our use of asprintf to convert
IP addresses to strings with the afs_inet_ntoa_r function.

Change-Id: Id38dc56405071d62fb2b12e4f69905aa7a2026b0
Reviewed-on: http://gerrit.openafs.org/4362
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_scache.c
src/WINNT/afsd/cm_volume.c