Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4173ea10206678c1b8b29a220e27de32 > files > 4

cvs-1.12.13-21.mga3.src.rpm

--- cvs-1.11.4/src/login.c.fred	2002-06-18 01:39:00.000000000 +0200
+++ cvs-1.11.4/src/login.c	2002-12-28 22:51:00.000000000 +0100
@@ -314,7 +314,10 @@
     fp = CVS_FOPEN (passfile, "r");
     if (fp == NULL)
     {
-	error (0, errno, "warning: failed to open %s for reading", passfile);
+	if (operation != password_entry_add)
+	{
+	    error (0, errno, "warning: failed to open %s for reading", passfile);
+	}
 	goto process;
     }