summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/Channel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-21 17:45:49 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-21 17:45:49 -0700
commit08827a078f370a0e976102e792a16095dd501b8c (patch)
tree0fc203294b84a70fdf8a50161a2385898aa6c8e3 /src/DotNetOpenAuth.Core/Messaging/Channel.cs
parentdd8ace7ab2b1b51ebd4fb5f04fb9b5e30bfe4493 (diff)
parent2c2b114c1f1142120694273f1dbdf42f0462b9c2 (diff)
downloadDotNetOpenAuth-08827a078f370a0e976102e792a16095dd501b8c.zip
DotNetOpenAuth-08827a078f370a0e976102e792a16095dd501b8c.tar.gz
DotNetOpenAuth-08827a078f370a0e976102e792a16095dd501b8c.tar.bz2
Merge branch 'v4.0'
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/Channel.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Messaging/Channel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/Channel.cs b/src/DotNetOpenAuth.Core/Messaging/Channel.cs
index 235c41b..2018801 100644
--- a/src/DotNetOpenAuth.Core/Messaging/Channel.cs
+++ b/src/DotNetOpenAuth.Core/Messaging/Channel.cs
@@ -1385,7 +1385,7 @@ namespace DotNetOpenAuth.Messaging {
// Now sort the protection binding elements among themselves and add them to the list.
orderedList.AddRange(protectionElements.OrderBy(element => element.Protection, BindingElementOutgoingMessageApplicationOrder));
- return orderedList;
+ return orderedList.AsEnumerable();
}
/// <summary>