From f791ddcd7ef50c2bf061801269238dfd1727b2df Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Feb 2021 12:27:30 +0100 Subject: [PATCH] fix --- sink/sink20169.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sink/sink20169.c b/sink/sink20169.c index 2dccad0..9e260a4 100644 --- a/sink/sink20169.c +++ b/sink/sink20169.c @@ -329,7 +329,7 @@ int main(int argc, char **argv) { const char *configFilename = DEFAULT_CONFIG_FILENAME; - const char dropPrivilegesToUser = NULL; + const char *dropPrivilegesToUser = NULL; bool doFork = false; int c;