GNOME Bugzilla – Bug 775747
Remove double check on collection_path in secret-collection.c
Last modified: 2017-01-12 12:11:14 UTC
Created attachment 341534 [details] [review] Remove double check on collection_path in secret-collection.c In file secret-collection.c Found redundant code in function secret_collection_for_alias_sync(). 'collection_path' is double checked which is not required. Applied Fix: Removed second check on 'collection_path'
Thanks! Merged into master. Attachment 341534 [details] pushed as b9fbfbd - Remove double check on collection_path in secret-collection.c