diff options
| -rw-r--r-- | src/userpref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userpref.c b/src/userpref.c index 49a3c45..0a9086b 100644 --- a/src/userpref.c +++ b/src/userpref.c | |||
| @@ -127,7 +127,7 @@ int store_device_public_key(char* public_key) | |||
| 127 | guint length = 0; | 127 | guint length = 0; |
| 128 | guint wlength = 0; | 128 | guint wlength = 0; |
| 129 | if (devices_list) | 129 | if (devices_list) |
| 130 | g_strv_length(devices_list); | 130 | length = g_strv_length(devices_list); |
| 131 | g_strfreev(devices_list); | 131 | g_strfreev(devices_list); |
| 132 | 132 | ||
| 133 | gchar dev_file[20]; | 133 | gchar dev_file[20]; |
