OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-950-ga58639e
Gerrit Code Review
gerrit@openafs.org
Sun, 27 Mar 2011 16:35:14 -0700 (PDT)
The following commit has been merged in the master branch:
commit a58639ee7b4c80de9f7c177549639cbf18b71e14
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Mar 27 21:06:27 2011 +0100
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 | 4 +++-
src/WINNT/afsd/cm_volume.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository