summaryrefslogtreecommitdiffstats
path: root/src/userpref.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userpref.c')
-rw-r--r--src/userpref.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/userpref.c b/src/userpref.c
index db54679..6e2f9d8 100644
--- a/src/userpref.c
+++ b/src/userpref.c
@@ -92,9 +92,6 @@ int is_device_known(char *uid)
92{ 92{
93 int ret = 0; 93 int ret = 0;
94 gchar *config_file; 94 gchar *config_file;
95 GKeyFile *key_file;
96 gchar **devices_list, **pcur, *keyfilepath, *stored_key;
97 GIOChannel *keyfile;
98 95
99 /* first get config file */ 96 /* first get config file */
100 gchar *device_file = g_strconcat(uid, ".pem", NULL); 97 gchar *device_file = g_strconcat(uid, ".pem", NULL);