summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_CLASSIFY.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_CLASSIFY.c')
-rw-r--r--extensions/libipt_CLASSIFY.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_CLASSIFY.c b/extensions/libipt_CLASSIFY.c
index 16c80539..07c9b25e 100644
--- a/extensions/libipt_CLASSIFY.c
+++ b/extensions/libipt_CLASSIFY.c
@@ -32,7 +32,7 @@ init(struct ipt_entry_target *t, unsigned int *nfcache)
{
}
-int string_to_priority(const unsigned char *s, unsigned int *p)
+int string_to_priority(const char *s, unsigned int *p)
{
unsigned int i, j;