diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-25 14:01:41 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-25 14:01:41 -0800 |
commit | d53b21a80b452d45d749b273249ac36c059d0a26 (patch) | |
tree | e46b4b14d5b686d79ced5a28bef4e4207dcf4f12 | |
parent | 25225df87778b7045a5613a3bbad7de9cff25f3e (diff) | |
download | DotNetOpenAuth-d53b21a80b452d45d749b273249ac36c059d0a26.zip DotNetOpenAuth-d53b21a80b452d45d749b273249ac36c059d0a26.tar.gz DotNetOpenAuth-d53b21a80b452d45d749b273249ac36c059d0a26.tar.bz2 |
Added missing Touch() call to event reporting.
-rw-r--r-- | src/DotNetOpenAuth/Reporting.cs | 1 |
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(); } } |