newvector should be a bool
[freeradius.git] / src / main / command.c
index 14a0c40..1f82507 100644 (file)
@@ -1303,7 +1303,7 @@ static int command_inject_file(rad_listen_t *listener, int argc, char *argv[])
        fake->decode = null_socket_dencode;
        fake->send = null_socket_send;
 
-       packet = rad_alloc(NULL, 0);
+       packet = rad_alloc(NULL, false);
        packet->src_ipaddr = sock->src_ipaddr;
        packet->src_port = 0;