Code

cvsserver: suppress warnings
[git.git] / git-cvsserver.perl
index c30ef7042751034c5efbc4c2752e5badc69d4f4e..4bfca1f93cd360907890f81964025f6035ebc7c4 100755 (executable)
@@ -81,7 +81,7 @@ my $methods = {
 
 # $state holds all the bits of information the clients sends us that could
 # potentially be useful when it comes to actually _doing_ something.
-my $state = {};
+my $state = { prependdir => '' };
 $log->info("--------------- STARTING -----------------");
 
 my $TEMP_DIR = tempdir( CLEANUP => 1 );