aboutsummaryrefslogtreecommitdiffstats
path: root/udev/ykfde.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev/ykfde.c')
-rw-r--r--udev/ykfde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/ykfde.c b/udev/ykfde.c
index 923e5ef..1d420d0 100644
--- a/udev/ykfde.c
+++ b/udev/ykfde.c
@@ -67,7 +67,7 @@ static int send_on_socket(int fd, const char *socket_name, const void *packet, s
static int try_answer(char * ask_file, char * response) {
int8_t rc = EXIT_FAILURE;
dictionary * ini;
- char * ask_message, * ask_socket;
+ const char * ask_message, * ask_socket;
int fd_askpass;
if ((ini = iniparser_load(ask_file)) == NULL)