Revision 8aa8e10c pithos-macos/PithosSyncDaemon.m

b/pithos-macos/PithosSyncDaemon.m
382 382
        pithos.storageURLPrefix = [aPithos.storageURLPrefix copy];
383 383
        pithos.authURL = [aPithos.authURL copy];
384 384
        pithos.publicURLPrefix = [aPithos.publicURLPrefix copy];
385
        pithos.userCatalogURL = [aPithos.userCatalogURL copy];
385 386
    }
386 387
    if (aPithos && 
387 388
        (![aPithos.authUser isEqualToString:pithos.authUser] || 
......
396 397
        pithos.storageURLPrefix = [aPithos.storageURLPrefix copy];
397 398
        pithos.authURL = [aPithos.authURL copy];
398 399
        pithos.publicURLPrefix = [aPithos.publicURLPrefix copy];
399
    }        
400
        pithos.userCatalogURL = [aPithos.userCatalogURL copy];
401
    }
400 402
}
401 403

  
402 404
#pragma mark -

Also available in: Unified diff