Adding more calls to safe_fname().
[rsync/rsync.git] / params.c
index 9598146..f48ed0f 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\"",
-           FileName);
+           safe_fname(FileName));
     }
 
   return( OpenedFile );