diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-21 17:45:49 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-21 17:45:49 -0700 |
commit | 08827a078f370a0e976102e792a16095dd501b8c (patch) | |
tree | 0fc203294b84a70fdf8a50161a2385898aa6c8e3 /src/DotNetOpenAuth.Core/Messaging/Channel.cs | |
parent | dd8ace7ab2b1b51ebd4fb5f04fb9b5e30bfe4493 (diff) | |
parent | 2c2b114c1f1142120694273f1dbdf42f0462b9c2 (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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> |