summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-25 14:01:41 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-25 14:01:41 -0800
commitd53b21a80b452d45d749b273249ac36c059d0a26 (patch)
treee46b4b14d5b686d79ced5a28bef4e4207dcf4f12 /src
parent25225df87778b7045a5613a3bbad7de9cff25f3e (diff)
downloadDotNetOpenAuth-d53b21a80b452d45d749b273249ac36c059d0a26.zip
DotNetOpenAuth-d53b21a80b452d45d749b273249ac36c059d0a26.tar.gz
DotNetOpenAuth-d53b21a80b452d45d749b273249ac36c059d0a26.tar.bz2
Added missing Touch() call to event reporting.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/Reporting.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Reporting.cs b/src/DotNetOpenAuth/Reporting.cs
index 5477d8c..a4b3f20 100644
--- a/src/DotNetOpenAuth/Reporting.cs
+++ b/src/DotNetOpenAuth/Reporting.cs
@@ -146,6 +146,7 @@ namespace DotNetOpenAuth {
}
counter.Increment(category);
+ Touch();
}
}