aboutsummaryrefslogtreecommitdiffstats
path: root/libselinux/src/freeconary.c
diff options
context:
space:
mode:
Diffstat (limited to 'libselinux/src/freeconary.c')
-rw-r--r--libselinux/src/freeconary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libselinux/src/freeconary.c b/libselinux/src/freeconary.c
index 835f5bc8..8d07718e 100644
--- a/libselinux/src/freeconary.c
+++ b/libselinux/src/freeconary.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <errno.h>
-void freeconary(security_context_t * con)
+void freeconary(char ** con)
{
char **ptr;