* Replace the call to malloc() with a call to rad_malloc() and
authorhartwick <hartwick>
Wed, 7 Feb 2001 03:34:08 +0000 (03:34 +0000)
committerhartwick <hartwick>
Wed, 7 Feb 2001 03:34:08 +0000 (03:34 +0000)
commit8c522d4c51c669f4458680812d33c828a945838d
tree170c67e188d94af9cceadf03d765a8b5c1d79553
parent9cb4096010fd83e85d22a0c0b5b6c0284a61b2ad
* Replace the call to malloc() with a call to rad_malloc() and
  remove the "checking" to make sure malloc was successful since
  the rad_malloc() call is always successful.
* Remove #include <malloc.h> since it is no longer needed
src/modules/rlm_detail/rlm_detail.c