Got rid of calls to (the soon to vanish) safe_fname() function.
[rsync/rsync.git] / params.c
index f48ed0f..9598146 100644 (file)
--- a/params.c
+++ b/params.c
@@ -492,7 +492,7 @@ static FILE *OpenConfFile( char *FileName )
   if( NULL == OpenedFile )
     {
     rsyserr(FERROR, errno, "rsync: unable to open configuration file \"%s\"",
-           safe_fname(FileName));
+           FileName);
     }
 
   return( OpenedFile );