newvector should be a bool
[freeradius.git] / src / modules / proto_vmps / vqp.c
index 20c44d8..d8ec296 100644 (file)
@@ -278,7 +278,7 @@ RADIUS_PACKET *vqp_recv(int sockfd)
        /*
         *      Allocate the new request data structure
         */
-       packet = rad_alloc(NULL, 0);
+       packet = rad_alloc(NULL, false);
        if (!packet) {
                fr_strerror_printf("out of memory");
                return NULL;