Revision 759bd3c4 trunk/Pithos.Network/CloudFilesClient.cs

b/trunk/Pithos.Network/CloudFilesClient.cs
613 613
                    {
614 614
                        info.Container = container;
615 615
                        info.Account = account;
616
                        info.StorageUri = this.StorageUrl;
616 617
                    }
617 618
                    if (Log.IsDebugEnabled) Log.DebugFormat("START");
618 619
                    return infos;
......
652 653
                    foreach (var info in infos)
653 654
                    {
654 655
                        info.Account = account;
656
                        if (info.Container == null)
657
                            info.Container = container;
658
                        info.StorageUri = this.StorageUrl;
655 659
                    }
656 660
                    if (Log.IsDebugEnabled) Log.DebugFormat("END");
657 661
                    return infos;

Also available in: Unified diff