summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Messaging/Messaging/Channel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-07-10 20:56:09 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-07-10 20:56:09 -0700
commitd54af6987b7a21862a6f13a71f5b0aeca070a75b (patch)
tree96f42777b220c6351c2cb276e097a3e0f3ffce2d /src/DotNetOpenAuth.Messaging/Messaging/Channel.cs
parent664305509eee114e74c4054080b066d239901b89 (diff)
downloadDotNetOpenAuth-d54af6987b7a21862a6f13a71f5b0aeca070a75b.zip
DotNetOpenAuth-d54af6987b7a21862a6f13a71f5b0aeca070a75b.tar.gz
DotNetOpenAuth-d54af6987b7a21862a6f13a71f5b0aeca070a75b.tar.bz2
Trying to fix up configuration section code.
Diffstat (limited to 'src/DotNetOpenAuth.Messaging/Messaging/Channel.cs')
-rw-r--r--src/DotNetOpenAuth.Messaging/Messaging/Channel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Messaging/Channel.cs b/src/DotNetOpenAuth.Messaging/Messaging/Channel.cs
index bff395b..cb32ca3 100644
--- a/src/DotNetOpenAuth.Messaging/Messaging/Channel.cs
+++ b/src/DotNetOpenAuth.Messaging/Messaging/Channel.cs
@@ -134,7 +134,7 @@ namespace DotNetOpenAuth.Messaging {
/// <summary>
/// Backing field for the <see cref="MaximumIndirectMessageUrlLength"/> property.
/// </summary>
- private int maximumIndirectMessageUrlLength = Configuration.DotNetOpenAuthSection.Configuration.Messaging.MaximumIndirectMessageUrlLength;
+ private int maximumIndirectMessageUrlLength = Configuration.DotNetOpenAuthSection.Messaging.MaximumIndirectMessageUrlLength;
/// <summary>
/// Initializes a new instance of the <see cref="Channel"/> class.