summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-19 13:41:52 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-20 11:10:16 +0100
commit99ced6bc6b0b1f3d42a0c663599152fadcdb27aa (patch)
treed8734a69a062d3bdfd040f4db9cb0b9860e39936 /modules
parent486db77e3edafcb8086c974d30febf7dcf593471 (diff)
downloadevolution-data-server-99ced6bc6b0b1f3d42a0c663599152fadcdb27aa.tar.gz
secret-monitor: Remove duplicate assignment
Coverity issue: #1214503 https://bugzilla.gnome.org/show_bug.cgi?id=730371
Diffstat (limited to 'modules')
-rw-r--r--modules/secret-monitor/module-secret-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/secret-monitor/module-secret-monitor.c b/modules/secret-monitor/module-secret-monitor.c
index 2dcdcfc9a..de94992d5 100644
--- a/modules/secret-monitor/module-secret-monitor.c
+++ b/modules/secret-monitor/module-secret-monitor.c
@@ -112,7 +112,7 @@ secret_monitor_scan_secrets_thread (gpointer user_data)
g_hash_table_destroy (attributes);
for (link = list; link != NULL; link = g_list_next (link)) {
- SecretItem *item = SECRET_ITEM (link->data);
+ SecretItem *item;
ESource *source;
const gchar *uid;