X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FCookieContainer.cs;h=de818005de60c91938304b49a1a6c7137709f4fc;hb=9d17307d3bbc1233e8ccce1173fe4497e64504f6;hp=cca9dce9ebf6972d707dc8cb80d336f127d1373c;hpb=6bbdd1a526c979dfa5e18a2c619c90bad1847e8a;p=mono.git diff --git a/mcs/class/System/System.Net/CookieContainer.cs b/mcs/class/System/System.Net/CookieContainer.cs index cca9dce9ebf..de818005de6 100644 --- a/mcs/class/System/System.Net/CookieContainer.cs +++ b/mcs/class/System/System.Net/CookieContainer.cs @@ -304,7 +304,8 @@ namespace System.Net coll.Add (cookie); } - + + coll.SortByPath (); return coll; }