On Apr 22, 2012, at 3:14 PM, stef...@apache.org wrote:
Author: stefan2 Date: Sun Apr 22 19:14:50 2012 New Revision: 1328939 URL: http://svn.apache.org/viewvc?rev=1328939&view=rev Log: * subversion/libsvn_subr/io.c(svn_io_lock_open_file, svn_io_unlock_open_file): fix handling of APR errors
I guess getting the filename should never fail, but I would rather try to do the lock or unlock operation and then fail trying to get the hostname if it needs it.
Blair