Got rid of an unused variable in the rsyncsums perl script.
authorWayne Davison <wayned@samba.org>
Sat, 30 Jun 2007 19:18:01 +0000 (19:18 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 30 Jun 2007 19:18:01 +0000 (19:18 +0000)
checksum-updating.diff

index bc8a612..95ce768 100644 (file)
@@ -748,7 +748,7 @@ To use this patch, run these commands for a successful build:
  attempted uploads will fail. If "read only" is false then uploads will
 --- old/support/rsyncsums
 +++ new/support/rsyncsums
-@@ -0,0 +1,185 @@
+@@ -0,0 +1,184 @@
 +#!/usr/bin/perl -w
 +use strict;
 +
@@ -803,7 +803,6 @@ To use this patch, run these commands for a successful build:
 +
 +    my $sums_mtime = (stat($SUMS_FILE))[9];
 +    my %cache;
-+    my @fp;
 +    my @subdirs;
 +    my $cnt = 0;
 +    my $latest_time = 0;