X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fdetail.c;h=437253cd9eca6b72630ce21b02be7d9d8b05fe89;hb=bc2d71b74d5704b5036363c22f065b4907ae8719;hp=47c30533e2a728ba0ea9a9a4127c88e64b2e2b02;hpb=da22d5d6acdda28edb71a3652cf75c48d6dda310;p=freeradius.git diff --git a/src/main/detail.c b/src/main/detail.c index 47c3053..437253c 100644 --- a/src/main/detail.c +++ b/src/main/detail.c @@ -672,7 +672,7 @@ static RADIUS_PACKET *detail_poll(rad_listen_t *listener) * Allocate the packet. If we fail, it's a serious * problem. */ - packet = rad_alloc(NULL, 1); + packet = rad_alloc(NULL, true); if (!packet) { ERROR("FATAL: Failed allocating memory for detail"); fr_exit(1);