]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix args to printf. CID #1419885
authorAlan T. DeKok <aland@freeradius.org>
Thu, 19 Oct 2017 19:36:14 +0000 (15:36 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 19 Oct 2017 19:36:14 +0000 (15:36 -0400)
src/lib/util/event.c

index 679f6587bc9cc1812e5ce4f150049928aaf71456..15d586a1b9a7e4247c66bfead9eefd706110a160 100644 (file)
@@ -843,7 +843,7 @@ int fr_event_filter_insert(TALLOC_CTX *ctx, fr_event_list_t *el, int fd,
                        break;
 
                default:
-                       fr_strerror_printf("Filter %i not supported", fd, filter);
+                       fr_strerror_printf("Filter %i not supported", filter);
                        goto free;
                }