diff options
Diffstat (limited to 'src/userpref.c')
| -rw-r--r-- | src/userpref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/userpref.c b/src/userpref.c index 1a9ebc9..1dfc6ff 100644 --- a/src/userpref.c +++ b/src/userpref.c | |||
| @@ -165,7 +165,6 @@ int read_file_in_confdir(char* file, gnutls_datum_t* data) | |||
| 165 | if (g_file_test(filepath, (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { | 165 | if (g_file_test(filepath, (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { |
| 166 | 166 | ||
| 167 | FILE * pFile; | 167 | FILE * pFile; |
| 168 | long lSize; | ||
| 169 | 168 | ||
| 170 | pFile = fopen ( filepath , "rb" ); | 169 | pFile = fopen ( filepath , "rb" ); |
| 171 | if (pFile==NULL) | 170 | if (pFile==NULL) |
