]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-cvsimport.perl
Fix some printf format warnings
[thirdparty/git.git] / git-cvsimport.perl
index d7411151ddbe3594431dafac46608a8f487a0263..1ad20ac96450d100fbce7e992ec65972a8c0a7ba 100755 (executable)
@@ -253,6 +253,7 @@ sub conn {
                                        }
                                }
                        };
+                       $pass = "A" unless $pass;
                }
 
                my ($s, $rep);